+
diff --git a/docs/src/pages/index.astro b/docs/src/pages/index.astro
index c7f8ce0b..b7d4ca31 100644
--- a/docs/src/pages/index.astro
+++ b/docs/src/pages/index.astro
@@ -1,3 +1,3 @@
---
-return Astro.redirect('/main');
+return Astro.redirect("ALab/main");
---
diff --git a/docs/src/pages/main.md b/docs/src/pages/main.md
index 1d7399d3..40fd7122 100644
--- a/docs/src/pages/main.md
+++ b/docs/src/pages/main.md
@@ -20,9 +20,9 @@ For quick preview and inspection, [`USDView`](https://graphics.pixar.com/usd/doc
# Documentation
-- [Documentation](documentation) - File structure layout and asset documentation.
-- [AL-specific content](alSpecific) - Animal Logic specific concepts, which we love, but had to remove from ALab to ensure ease of use and compatibility.
-- [Changelog](changelog) - List of all the updates from the latest versions of ALab.
+- [Documentation](./documentation) - File structure layout and asset documentation.
+- [AL-specific content](./alSpecific) - Animal Logic specific concepts, which we love, but had to remove from ALab to ensure ease of use and compatibility.
+- [Changelog](./changelog) - List of all the updates from the latest versions of ALab.
# About ALab