From a63b813996edab550937da51dfe50c2125a76ac1 Mon Sep 17 00:00:00 2001 From: Luca Scheller Date: Wed, 20 Nov 2024 00:41:52 -0800 Subject: [PATCH] Fix Houdini page redirects --- docs/book.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/book.toml b/docs/book.toml index 8487b5c..493e5b6 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -93,14 +93,14 @@ page-break = true "production/caches/composition.html" = "../../pages/production/caches/composition.html" "production/concepts.html" = "../pages/production/concepts.html" "production/faq.html" = "../pages/production/faq.html" -"dcc/houdini/overview.html" = "../pages/dcc/houdini/overview.html" -"dcc/houdini/approach.html" = "../pages/dcc/houdini/approach.html" -"dcc/houdini/hda/overview.html" = "../../pages/dcc/houdini/hda/overview.html" -"dcc/houdini/fx/overview.html" = "../../pages/dcc/houdini/fx/overview.html" -"dcc/houdini/fx/particles.html" = "../../pages/dcc/houdini/fx/particles.html" -"dcc/houdini/fx/pointinstancers.html" = "../../pages/dcc/houdini/fx/pointinstancers.html" -"dcc/houdini/fx/rbd.html" = "../../pages/dcc/houdini/fx/rbd.html" -"dcc/houdini/fx/frustumCulling.html" = "../../pages/dcc/houdini/fx/frustumCulling.html" -"dcc/houdini/fx/motionblur.html" = "../../pages/dcc/houdini/fx/motionblur.html" -"dcc/houdini/faq/overview.html" = "../../pages/dcc/houdini/faq/overview.html" -"dcc/houdini/performance/overview.html" = "../../pages/dcc/houdini/performance/overview.html" \ No newline at end of file +"dcc/houdini/overview.html" = "../../pages/dcc/houdini/overview.html" +"dcc/houdini/approach.html" = "../../pages/dcc/houdini/approach.html" +"dcc/houdini/hda/overview.html" = "../../../pages/dcc/houdini/hda/overview.html" +"dcc/houdini/fx/overview.html" = "../../../pages/dcc/houdini/fx/overview.html" +"dcc/houdini/fx/particles.html" = "../../../pages/dcc/houdini/fx/particles.html" +"dcc/houdini/fx/pointinstancers.html" = "../../../pages/dcc/houdini/fx/pointinstancers.html" +"dcc/houdini/fx/rbd.html" = "../../../pages/dcc/houdini/fx/rbd.html" +"dcc/houdini/fx/frustumCulling.html" = "../../../pages/dcc/houdini/fx/frustumCulling.html" +"dcc/houdini/fx/motionblur.html" = "../../../pages/dcc/houdini/fx/motionblur.html" +"dcc/houdini/faq/overview.html" = "../../../pages/dcc/houdini/faq/overview.html" +"dcc/houdini/performance/overview.html" = "../../../pages/dcc/houdini/performance/overview.html" \ No newline at end of file