use absolute paths for links in /configuration
This commit is contained in:
parent
221c16820c
commit
ea8b02fc3b
3 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue