From f5adc7bdc50b374447164107552ec677052efe2d Mon Sep 17 00:00:00 2001 From: Jarno Date: Thu, 8 Dec 2022 02:57:49 +0100 Subject: [PATCH] docs: world api fixed link (#1299) --- docs/apworld specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apworld specification.md b/docs/apworld specification.md index 9b37fd83..ac89a46e 100644 --- a/docs/apworld specification.md +++ b/docs/apworld specification.md @@ -2,7 +2,7 @@ Archipelago depends on worlds to provide game-specific details like items, locations and output generation. Those are located in the `worlds/` folder (source) or `/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` file into the worlds folder.