Skip to content

Commit 48bc7ed

Browse files
committed
Fix hyperlinks
1 parent 41b1270 commit 48bc7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developers/mod-status.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Callout } from 'nextra-theme-docs'
55
The Mod Status API allows you to get the current values for a player's Lunar Client mod options.
66

77
<Callout type="info">
8-
This API heavily integrates with our [Options API](/developers/options).
8+
This API heavily integrates with our [Options API](/apollo/developers/options).
99
You can find all available mods and their options under the mods section.
1010
</Callout>
1111

@@ -41,7 +41,7 @@ private void printOptionStatusExample(Player player) {
4141

4242
### Listening for Updates
4343

44-
Apollo provides an event, `[ApolloUpdateModOptionEvent](/developers/events)`, that is fired whenever a Lunar Client Mod Option is updated.
44+
Apollo provides an event, [ApolloUpdateModOptionEvent](/apollo/developers/events), that is fired whenever a Lunar Client Mod Option is updated.
4545

4646
```java
4747
import com.lunarclient.apollo.event.ApolloListener;

0 commit comments

Comments
 (0)