aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-28 21:44:05 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-28 21:44:05 +0000
commit26ae1468c5bdf3c69fa5cc59c53f2fc698a48dfb (patch)
tree61d4108e6b0fe649d8a184dc7d2c073c68107c13
parent01e0b22e5e0f0534d68efc2f25befae7172d522d (diff)
downloadlustre-26ae1468c5bdf3c69fa5cc59c53f2fc698a48dfb.tar.gz
lustre-26ae1468c5bdf3c69fa5cc59c53f2fc698a48dfb.zip
:memo: Make links to other pages relative not absolute.
-rw-r--r--pages/guide/01-quickstart.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/guide/01-quickstart.md b/pages/guide/01-quickstart.md
index b0b61fb..df7f7a8 100644
--- a/pages/guide/01-quickstart.md
+++ b/pages/guide/01-quickstart.md
@@ -363,11 +363,11 @@ how you like to learn:
if the Lustre repository that gradually introduce more complex applications
and ideas.
-- The [rest of this guide](/guide/02-state-management) also continues to teach
+- The [rest of this guide](./02-state-management) also continues to teach
Lustre's high-level concepts and best-practices.
- If you're coming from LiveView or have heard about Lustre's server components
- and want to learn more, you can skip to the [server components](/guide/05-server-components)
+ and want to learn more, you can skip to the [server components](./05-server-components)
section of the guide to learn about how to run Lustre applications on the backend.
- Of course, if you want to dive in and start making things straight away, the