From 552070b74e6a3af3a3237518c8dc4c563e1d047c Mon Sep 17 00:00:00 2001 From: Hellgheast Date: Mon, 20 Jun 2022 19:18:16 +0200 Subject: [PATCH] doc: Correction of red_button calls --- .../Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md index 49748d4812..4140edff96 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md @@ -199,7 +199,7 @@ named simply `Object`. Let's create an object that is a little more interesting. Let's make us one of _those_! - create/drop button:tutorial_examples.red_button.RedButton + create/drop button:tutorials.red_button.RedButton The same way we did with the Script Earler, we specify a "Python-path" to the Python code we want Evennia to use for creating the object. There you go - one red button.