Update broken links in csharp SDK README

Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com>
This commit is contained in:
John Detter
2026-05-05 04:44:04 -05:00
committed by GitHub
parent 06fa5e311c
commit ec38b08921
+2 -2
View File
@@ -6,10 +6,10 @@ This repository contains the C# and [Unity](https://unity.com/) client SDKs for
## Documentation
The Unity SDK uses the same code as the C# SDK. You can find the documentation for the C# SDK in the [C# SDK Reference](https://spacetimedb.com/docs/sdks/c-sharp). For a guided tutorial, see the [C# SDK Quickstart](https://spacetimedb.com/docs/sdks/c-sharp/quickstart).
The Unity SDK uses the same code as the C# SDK. You can find the documentation for the C# SDK in the [C# SDK Reference](https://spacetimedb.com/docs/clients/c-sharp). For a guided tutorial, see the [C# SDK Quickstart](https://spacetimedb.com/docs/quickstarts/c-sharp).
There is also a comprehensive Unity tutorial/demo available:
- [Unity Tutorial](https://spacetimedb.com/docs/unity/part-1) Doc
- [Unity Tutorial](https://spacetimedb.com/docs/tutorials/unity/part-1) Doc
- [Unity Demo](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio) Repo
## Internal developer documentation