From 1b0dd84ad86a24507ca8f534e591155a3cf46ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Lobo?= Date: Mon, 20 Jan 2025 15:37:38 -0300 Subject: [PATCH] fix: hyperlink to 404 page had an extra .md at the file name (#951) Change hyperlink from `../Using-hyprctl.md` to `../Using-hyprctl`, in order to point to an existent location. --- pages/Configuring/Binds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 601eaf63..6b8e81c4 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -182,7 +182,7 @@ for example, bindd = SUPER, Q, Open my favourite terminal, exec, kitty ``` -If you want to access your description you can use `hyprctl binds`. For more information have a look at [Using Hyprctl](../Using-hyprctl.md). +If you want to access your description you can use `hyprctl binds`. For more information have a look at [Using Hyprctl](../Using-hyprctl). ## Bind flags