Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 7ee10a4

Browse files
committed
Fixing broken links on Bossroom page
1 parent 694ade4 commit 7ee10a4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/learn/bossroom/getting-started-boss-room.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ One of the eight clients acts as the host/server. That client will use a composi
106106

107107
* The game is server-authoritative, with latency-masking animations.
108108
* Position updates are carried out through NetworkTransform that sync position and rotation.
109-
* Code is organized in domain-based assemblies. See our [ARCHITECTURE.md](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.2.0/ARCHITECTURE.md) file for more details.
109+
* Code is organized in domain-based assemblies.
110110

111111
### Testing multiplayer
112112

@@ -235,9 +235,12 @@ Boss Room includes the following tools and utilities:
235235
* ParrelSync - [Packages/manifest.json](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.2.0/Packages/manifest.json)
236236

237237
### Troubleshooting
238+
238239
#### Bugs
239240

240-
Report bugs in Boss Room using Github [issues](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/issues) Report Netcode for GameObjects bugs using Netcode for GameObjects Github [issues](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects) Report Unity bugs using the [Unity bug submission process](https://unity3d.com/unity/qa/bug-reporting).
241+
- Report bugs in Boss Room using Github [issues](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/issues)
242+
- Report Netcode for GameObjects bugs using Netcode for GameObjects Github [issues](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/issues)
243+
- Report Unity bugs using the [Unity bug submission process](https://unity3d.com/unity/qa/bug-reporting).
241244

242245
### Licence
243246

@@ -257,7 +260,7 @@ The [Bitesize Samples](https://github.com/Unity-Technologies/com.unity.multiplay
257260

258261
### Contributing
259262

260-
Please check out [CONTRIBUTING.md](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.2.0p/CONTRIBUTING.md) for full guidelines on submitting issues and PRs to Boss Room.
263+
Please check out [CONTRIBUTING.md](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/CONTRIBUTING.md) for full guidelines on submitting issues and PRs to Boss Room.
261264

262265
Our projects use the `git-flow` branching strategy:
263266

0 commit comments

Comments
 (0)