From 32c0bf322a645f82ac7b8ee7e4017823ef3ee8c5 Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:01:26 +0000 Subject: [PATCH] Configuring: fix links (#711) --- pages/Configuring/Using-hyprctl.md | 2 +- pages/Configuring/Window-Rules.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index 89216b3..0e65951 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -245,7 +245,7 @@ Prop List: | maxsize | vec2 (`x y`) | | minsize | vec2 (`x y`) | -Additional properties can be found in the [Window Rules](../Window-Rules.md#Dynamic-Rules) section. +Additional properties can be found in the [Window Rules](../Window-Rules#dynamic-rules) section. For example: ```sh diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 27a26a8..fd9df58 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -139,7 +139,7 @@ Dynamic rules are re-evaluated every time a property changes. | maxsize \[x\] \[y\] | sets the maximum size (x,y -> int) | | minsize \[x\] \[y\] | sets the minimum size (x,y -> int) | -The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl.md#set-prop): +The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl#setprop): | Rule | Description | | ---- | ----------- |