aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-26 17:21:40 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-26 17:21:40 +0400
commitb30f8fb2cc6bd961aace05b7bf33efe8d3a8b97b (patch)
tree6204509e5789d07498f64de3adaa41be3bbaf6e7
parentf5c97faf4aefc8366c3be7475dde5412a42dbc8f (diff)
downloadniri-b30f8fb2cc6bd961aace05b7bf33efe8d3a8b97b.tar.gz
niri-b30f8fb2cc6bd961aace05b7bf33efe8d3a8b97b.tar.bz2
niri-b30f8fb2cc6bd961aace05b7bf33efe8d3a8b97b.zip
wiki: Use relative links in sidebar
-rw-r--r--wiki/_Sidebar.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/wiki/_Sidebar.md b/wiki/_Sidebar.md
index ae582f47..e4180beb 100644
--- a/wiki/_Sidebar.md
+++ b/wiki/_Sidebar.md
@@ -1,15 +1,15 @@
## Usage
-* [Example systemd Setup](https://github.com/YaLTeR/niri/wiki/Example-systemd-Setup)
-* [Important Software](https://github.com/YaLTeR/niri/wiki/Important-Software)
-* [Layer‐Shell Components](https://github.com/YaLTeR/niri/wiki/Layer%E2%80%90Shell-Components)
-* [VSCode, Chromium, WezTerm](https://github.com/YaLTeR/niri/wiki/Application-Issues)
-* [Xwayland](https://github.com/YaLTeR/niri/wiki/Xwayland)
+* [Example systemd Setup](./Example-systemd-Setup.md)
+* [Important Software](./Important-Software.md)
+* [Layer‐Shell Components](./Layer%E2%80%90Shell-Components.md)
+* [VSCode, Chromium, WezTerm](./Application-Issues.md)
+* [Xwayland](./Xwayland.md)
## Configuration
-* [Overview](https://github.com/YaLTeR/niri/wiki/Configuration:-Overview)
-* [Input](https://github.com/YaLTeR/niri/wiki/Configuration:-Input)
-* [Window Rules](https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules)
+* [Overview](./Configuration:-Overview.md)
+* [Input](./Configuration:-Input.md)
+* [Window Rules](./Configuration:-Window-Rules.md)
## Development
-* [Design Principles](https://github.com/YaLTeR/niri/wiki/Design-Principles)
-* [Developing niri](https://github.com/YaLTeR/niri/wiki/Developing-niri)
+* [Design Principles](./Design-Principles.md)
+* [Developing niri](./Developing-niri.md)