docs: world api fixed link (#1299)
This commit is contained in:
parent
78d4da53a7
commit
f5adc7bdc5
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Archipelago depends on worlds to provide game-specific details like items, locations and output generation.
|
Archipelago depends on worlds to provide game-specific details like items, locations and output generation.
|
||||||
Those are located in the `worlds/` folder (source) or `<insall dir>/lib/worlds/` (when installed).
|
Those are located in the `worlds/` folder (source) or `<insall dir>/lib/worlds/` (when installed).
|
||||||
See [world api.md](world api.md) for details.
|
See [world api.md](world%20api.md) for details.
|
||||||
|
|
||||||
apworld provides a way to package and ship a world that is not part of the main distribution by placing a `*.apworld`
|
apworld provides a way to package and ship a world that is not part of the main distribution by placing a `*.apworld`
|
||||||
file into the worlds folder.
|
file into the worlds folder.
|
||||||
|
|
Loading…
Reference in New Issue