Skip to content

Commit 73aa138

Browse files
authored
fix broken links in README (#26)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 04ba152 commit 73aa138

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo/Blackholio/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ To get started, follow these steps:
3434
```
3535
2. Install [Unity Hub](https://unity.com/download) and Unity **2022.3.32f1 LTS**.
3636
3. Follow the tutorial parts:
37-
- [Part 1: Setup](https://github.com/ClockworkLabs/Blackholio/tree/master/docs/unity/part-1)
38-
- [Part 2: Connecting to SpacetimeDB](https://github.com/ClockworkLabs/Blackholio/tree/master/docs/unity/part-2)
39-
- [Part 3: Gameplay](https://github.com/ClockworkLabs/Blackholio/tree/master/docs/unity/part-3)
40-
- [Part 4: Moving and Colliding](https://github.com/ClockworkLabs/Blackholio/tree/master/docs/unity/part-4)
37+
- [Part 1: Setup](https://spacetimedb.com/docs/unity/part-1)
38+
- [Part 2: Connecting to SpacetimeDB](https://spacetimedb.com/docs/unity/part-2)
39+
- [Part 3: Gameplay](https://spacetimedb.com/docs/unity/part-3)
40+
- [Part 4: Moving and Colliding](https://spacetimedb.com/docs/unity/part-4)
4141

4242
4. Run the game using the Unity Editor or build for your platform.
4343

@@ -55,7 +55,7 @@ To get started, follow these steps:
5555

5656
```plaintext
5757
Blackholio/
58-
├── client-unity/ # Unity client project
58+
├── client-unity/ # Unity client project
5959
├── server-rust/ # SpacetimeDB server module (Rust implementation)
6060
├── server-csharp/ # SpacetimeDB server module (C# implementation)
6161
├── docs/ # Tutorial documentation and images
@@ -86,6 +86,6 @@ Feel free to fork, modify, and use **Blackholio** as a starting point for your o
8686
---
8787

8888
### **Feedback**
89-
We'd love to hear your thoughts on the tutorial or game! Open an issue in the repository or chat with us on [Discord](https://discord.gg/spacetimedb).
89+
We'd love to hear your thoughts on the tutorial or game! Open an issue in the repository or chat with us on [Discord](https://discord.gg/spacetimedb).
9090

91-
Happy developing, and enjoy creating the cosmos with **Blackholio**! 🚀
91+
Happy developing, and enjoy creating the cosmos with **Blackholio**! 🚀

0 commit comments

Comments
 (0)