Skip to content

Commit c356e42

Browse files
authored
misc: Fix bad links to wiki (#8240)
Same as in hyprwm/hyprland-wiki#828
1 parent 0b29caf commit c356e42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ easy IPC, much more QoL stuff than other compositors and more...
100100

101101
<!----------------------------------------------------------------------------->
102102

103-
[Configure]: https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
103+
[Configure]: https://wiki.hyprland.org/Configuring/
104104
[Stars]: https://starchart.cc/hyprwm/Hyprland
105105
[Hypr]: https://github.com/hyprwm/Hypr
106106

docs/ISSUE_GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
First of all, please remember to:
44
- Check that your issue is not a duplicate
55
- Read the [FAQ](https://wiki.hyprland.org/FAQ/)
6-
- Read the [Configuring Page](https://wiki.hyprland.org/Configuring/Configuring-Hyprland)
6+
- Read the [Configuring Page](https://wiki.hyprland.org/Configuring/)
77

88
<br/>
99

example/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is an example Hyprland config file.
22
# Refer to the wiki for more information.
3-
# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
3+
# https://wiki.hyprland.org/Configuring/
44

55
# Please note not all available settings / options are set here.
66
# For a full list, see the wiki

src/config/defaultConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ autogenerated = 1 # remove this line to remove the warning
1313
1414
# This is an example Hyprland config file.
1515
# Refer to the wiki for more information.
16-
# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
16+
# https://wiki.hyprland.org/Configuring/
1717
1818
# Please note not all available settings / options are set here.
1919
# For a full list, see the wiki

0 commit comments

Comments
 (0)