aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-05-12 10:06:26 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-05-12 10:06:26 +0400
commite5ccc9332c3b09dd4f335e23d44e9db8725036e6 (patch)
tree7ba00bcdaa0c53df44c09e7cac7c5ffb61ee2a23 /wiki
parent36a54615caf82d5509eeea2e096a16e6d6588aff (diff)
downloadniri-e5ccc9332c3b09dd4f335e23d44e9db8725036e6.tar.gz
niri-e5ccc9332c3b09dd4f335e23d44e9db8725036e6.tar.bz2
niri-e5ccc9332c3b09dd4f335e23d44e9db8725036e6.zip
wiki: Fix shader example links
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Animations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/Configuration:-Animations.md b/wiki/Configuration:-Animations.md
index 9bc184eb..ab2c06e1 100644
--- a/wiki/Configuration:-Animations.md
+++ b/wiki/Configuration:-Animations.md
@@ -175,7 +175,7 @@ animations {
You can write a custom shader for drawing the window during a close animation.
-See [this example shader](./examples/close-custom-shader.frag) for a full documentation with several animations to experiment with.
+See [this example shader](./examples/close_custom_shader.frag) for a full documentation with several animations to experiment with.
If a custom shader fails to compile, niri will print a warning and fall back to the default, or previous successfully compiled shader.
@@ -272,7 +272,7 @@ animations {
You can write a custom shader for drawing the window during a resize animation.
-See [this example shader](./examples/resize-custom-shader.frag) for a full documentation with several animations to experiment with.
+See [this example shader](./examples/resize_custom_shader.frag) for a full documentation with several animations to experiment with.
If a custom shader fails to compile, niri will print a warning and fall back to the default, or previous successfully compiled shader.