File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Callout } from 'nextra-theme-docs'
55The 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
4747import com.lunarclient.apollo.event.ApolloListener ;
You can’t perform that action at this time.
0 commit comments