diff --git a/src/pages/docs/configuration/getting-started.mdx b/src/pages/docs/configuration/getting-started.mdx index 9a32d5c..4477849 100644 --- a/src/pages/docs/configuration/getting-started.mdx +++ b/src/pages/docs/configuration/getting-started.mdx @@ -123,4 +123,4 @@ more correct code should you chose to use it. # Next steps -Create your first configuration by reading the [Intro](./intro). +Create your first configuration by reading the [Intro](/docs/configuration/intro). diff --git a/src/pages/docs/configuration/index.mdx b/src/pages/docs/configuration/index.mdx index 159bcaa..e5f2d00 100644 --- a/src/pages/docs/configuration/index.mdx +++ b/src/pages/docs/configuration/index.mdx @@ -5,14 +5,14 @@ description: "Configuring the shell" --- # {frontmatter.title} -See [Getting Started](./configuration/getting-started) for installation and editor configuration instructions. +See [Getting Started](/docs/configuration/getting-started) for installation and editor configuration instructions. -You should start with the [Introduction](./configuration/intro) which will guide you +You should start with the [Introduction](/docs/configuration/intro) which will guide you through the basics of QML by creating a simple topbar with a clock. -From there you can read the [QML Overview](./configuration/qml-overview) to get an overview of +From there you can read the [QML Overview](/docs/configuration/qml-overview) to get an overview of the QML language, or jump right into the [Type Reference](/docs/types) to find types you can use in your shell. -The [quickshell-examples](https://git.outfoxxed.me/outfoxxed/quickshell-examples) repo contains +The [quickshell-examples](https://git.outfoxxed.me/quickshell/quickshell-examples) repo contains fully working example configurations you can read and modify. diff --git a/src/pages/docs/configuration/intro.mdx b/src/pages/docs/configuration/intro.mdx index bcc73b8..e8925ba 100644 --- a/src/pages/docs/configuration/intro.mdx +++ b/src/pages/docs/configuration/intro.mdx @@ -15,7 +15,7 @@ import MD_Title from "@components/MD_Title.tsx" This page will walk you through the process of creating a simple bar/panel, and introduce you to all the basic concepts involved. -There are many links to the [QML Overview](../qml-overview) +There are many links to the [QML Overview](/docs/configuration/qml-overview) and [Type Reference](/docs/types) which you should follow if you don't fully understand the concepts involved.