From f2d6280024adbd036d0ce156d614c2f0025dedce Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Tue, 15 Nov 2022 13:42:06 -0500 Subject: [PATCH] Fix intro links --- book/src/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/src/introduction.md b/book/src/introduction.md index cb6d315..86ee7a9 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -3,9 +3,9 @@ **Geometry Script** is a scripting API for Blender's Geometry Nodes. It makes complicated node trees more managable and easy to share. -* [Full coverage of nodes](/available_nodes) available in your Blender version -* Clean, easy to use [Python API](#introduction) -* External [IDE integration](#introduction) for better completions and hot reload +* [Full coverage of nodes](./api/basics/using-nodes.md) available in your Blender version +* Clean, easy to use [Python API](./api/basics.md) +* External [IDE integration](./setup/external-editing.md) for better completions and hot reload Here's a simple example of what's possible with a short script: