From 1c49c85ae6f3406ca940831dc79b012501c72e80 Mon Sep 17 00:00:00 2001 From: ThePix Date: Tue, 16 Jan 2018 12:59:59 +0000 Subject: [PATCH] New link for exits and removed old one --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 1d358644a..21e87c11f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,6 +70,7 @@ Quest has a whole range of features built in and ready to use. You probably won' - [The Text Processor](text_processor.html) - [Custom attributes](using_attributes.html) (including status attributes and change scripts) +- [Exits](exits.html) - [Containers](containers.html) - [Switchable objects](switchable.html) - [Light and dark](handling_light_and_dark.html) @@ -97,7 +98,6 @@ Some of these will involve some simple coding. _It's not that bad!_ We will walk - [Keep a journal](keeping_a_journal.html) - [Keep score](keeping_score.html) - [Implement a transit system](transit_system.html) -- [Make exits lockable](using_lockable_exits.html) - [Transform one (or more) thing to another](convert.html) - [Track time](time.html) - [Set up a shop](shop.html)