mirror of https://github.com/cabaletta/baritone
Fix broken API Settings link in USAGE. Close #1040
This commit is contained in:
parent
c2624bbaaf
commit
10677040e0
2
USAGE.md
2
USAGE.md
|
@ -52,7 +52,7 @@ Some common examples:
|
|||
- `version` to get the version of Baritone you're running
|
||||
- `damn` daniel
|
||||
|
||||
For the rest of the commands, you can take a look at the code [here](https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/utils/ExampleBaritoneControl.java).
|
||||
For the rest of the commands, you can take a look at the code [here](https://baritone.leijurv.com/baritone/api/Settings.html).
|
||||
|
||||
All the settings and documentation are <a href="https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/Settings.java">here</a>. If you find HTML easier to read than Javadoc, you can look <a href="https://baritone.leijurv.com/baritone/api/Settings.html#field.detail">here</a>.
|
||||
|
||||
|
|
Loading…
Reference in New Issue