From ca393ec532af43adbb4bf9fc52cfcc3af00c9fc6 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Tue, 21 Aug 2018 15:14:50 -0700 Subject: [PATCH] Fix broken ref link --- getting_started/step_by_step/instancing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index 72d571f83..362a7b292 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -17,7 +17,7 @@ nodes organized in a tree structure, with a single node as the tree root. .. image:: img/tree.png -You can create as many scenes as you like and save them to disk. Scenes +You can create as many scenes as you like and save them to disk. Scenes saved in this manner are called "Packed Scenes" and have a ``.tscn`` filename extension. @@ -113,4 +113,4 @@ Conclusion Instancing can be useful when you want to create many copies of the same object. It is also possible to create instances in code by using -GDScript, see :ref:`doc_scripting_continued#instancing-scenes`. +GDScript, see :ref:`doc_scripting_continued`.