Skip to content

Commit 335e8e5

Browse files
committed
docs: update module paths to include /public
1 parent 242488f commit 335e8e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/developers/lightweight/json/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ While constructing messages, note that the `@type` field isn't required if the m
1919
🔗 [Common Apollo Objects](/apollo/developers/lightweight/json/object-util)<br/>
2020
🔗 [Adventure Util](/apollo/developers/lightweight/json/adventure-util)<br/>
2121

22-
For examples of module integration, refer to the specific Module pages. Each page contains code samples under the `Manual JSON Object Construction` tab. For instance, you can find sample code for the `BorderModule` on its dedicated page [BorderModule](/apollo/developers/modules/border#sample-code) in the `Sample Code` section.
22+
For examples of module integration, refer to the specific Module pages. Each page contains code samples under the `Manual JSON Object Construction` tab. For instance, you can find sample code for the `BorderModule` on its dedicated page [BorderModule](/apollo/developers/modules/public/border#sample-code) in the `Sample Code` section.

docs/developers/lightweight/json/packet-util.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Next, specify the properties for these modules. These properties are included in
2323

2424
<Callout type="warning" emoji="⚠️">
2525
The example below does not encompass all available options and may not be up-to-date.
26-
For the latest options, refer to the module documentation ([example](/apollo/developers/modules/serverrule#available-options)).
26+
For the latest options, refer to the module documentation ([example](/apollo/developers/modules/public/serverrule#available-options)).
2727
</Callout>
2828

2929
```java

docs/developers/lightweight/protobuf/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ Available fields for each message, including their types, are available on the B
7070
🔗 [Apollo Serverbound packets](/apollo/developers/lightweight/protobuf/serverbound-packets)<br/>
7171
🔗 [Apollo Roundtrip packets](/apollo/developers/lightweight/protobuf/roundtrip-packets)<br/>
7272

73-
For examples of module integration, refer to the specific Module pages. Each page contains code samples under the `apollo-protos library` tab. For instance, you can find sample code for the `BorderModule` on its dedicated page [BorderModule](/apollo/developers/modules/border#sample-code) in the `Sample Code` section.
73+
For examples of module integration, refer to the specific Module pages. Each page contains code samples under the `apollo-protos library` tab. For instance, you can find sample code for the `BorderModule` on its dedicated page [BorderModule](/apollo/developers/modules/public/border#sample-code) in the `Sample Code` section.
7474

docs/developers/lightweight/protobuf/packet-util.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Next, specify the properties for these modules. These properties are included in
2323

2424
<Callout type="warning" emoji="⚠️">
2525
The example below does not encompass all available options and may not be up-to-date.
26-
For the latest options, refer to the module documentation ([example](/apollo/developers/modules/serverrule#available-options)).
26+
For the latest options, refer to the module documentation ([example](/apollo/developers/modules/public/serverrule#available-options)).
2727
</Callout>
2828

2929
```java

0 commit comments

Comments
 (0)