Skip to content

Commit cf0c5d3

Browse files
fix: rename nuclear-net.md to nuclearnet.md for consistency
1 parent ef1ba5f commit cf0c5d3

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/explanation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ If you've already followed the tutorials and know how to use NUClear, this is wh
1313
| [Lifecycle](lifecycle.md) | The three phases of a NUClear system: initialisation, execution, and shutdown |
1414
| [The DSL System](dsl-system.md) | How `on<>().then()` works from top to bottom — template metaprogramming in action |
1515
| [Message Flow](message-flow.md) | What happens when you emit data, from call site to reaction execution |
16-
| [NUClearNet](nuclear-net.md) | The peer-to-peer networking mesh that connects NUClear instances |
16+
| [NUClearNet](nuclearnet.md) | The peer-to-peer networking mesh that connects NUClear instances |
1717
| [Serialization](serialization.md) | How data is converted for network transmission |
File renamed without changes.

docs/reference/dsl/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ on<Network<SensorReading>>().then([](const NetworkSource& src, const SensorReadi
8686
8787
- [emit/Network](../emit/network.md) — emitting messages to the network
8888
- [UDP](udp.md) — raw UDP communication
89-
- [Nuclear Networking](../../explanation/nuclear-net.md) — how the network protocol works
89+
- [Nuclear Networking](../../explanation/nuclearnet.md) — how the network protocol works
9090
- [Networking How-To](../../how-to/networking.md) — practical networking guide

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ nav:
184184
- Lifecycle: explanation/lifecycle.md
185185
- The DSL System: explanation/dsl-system.md
186186
- Message Flow: explanation/message-flow.md
187-
- NUClearNet: explanation/nuclear-net.md
187+
- NUClearNet: explanation/nuclearnet.md
188188
- Serialization: explanation/serialization.md
189189
- Contributing:
190190
- contributing/index.md

0 commit comments

Comments
 (0)