From 416f2cbff28cf02189b0787a1a802f26077d1c4d Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:25:33 -0500 Subject: [PATCH 1/2] Fix broken links in C# SDK README Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com> --- sdks/csharp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/csharp/README.md b/sdks/csharp/README.md index 282f44de0d2..e568f04ba17 100644 --- a/sdks/csharp/README.md +++ b/sdks/csharp/README.md @@ -8,14 +8,14 @@ This repository contains the C#, [Unity](https://unity.com/) and [Godot](https:/ 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). 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) Doc - [Unity Demo](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio/client-unity) Repo ### Godot The Godot 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). There is also a comprehensive Godot tutorial/demo available: -- [Godot Tutorial](https://spacetimedb.com/docs/godot/part-1) Doc +- [Godot Tutorial](https://spacetimedb.com/docs/tutorials/godot) Doc - [Godot Demo](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio/client-godot) Repo ## Internal developer documentation From 5b293ce70728cd2b8e3bf126d2d2189fd01e6435 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:28:50 -0500 Subject: [PATCH 2/2] Update README.md Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com> --- sdks/csharp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/csharp/README.md b/sdks/csharp/README.md index e568f04ba17..b697aa12753 100644 --- a/sdks/csharp/README.md +++ b/sdks/csharp/README.md @@ -5,14 +5,14 @@ This repository contains the C#, [Unity](https://unity.com/) and [Godot](https:/ ## Documentation ### Unity -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/tutorials/unity) Doc - [Unity Demo](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio/client-unity) Repo ### Godot -The Godot 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 Godot 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 Godot tutorial/demo available: - [Godot Tutorial](https://spacetimedb.com/docs/tutorials/godot) Doc