commit 5973dd17c7fdd85c250f18ea1b640d04ff8f21f3
Author: FRIGN <[email protected]>
Date:   Tue Jan 12 23:04:06 2016 +0100

    Improve wording on the invert.c-link

diff --git a/tools.suckless.org/farbfeld/index.md 
b/tools.suckless.org/farbfeld/index.md
index 539c486..032666e 100644
--- a/tools.suckless.org/farbfeld/index.md
+++ b/tools.suckless.org/farbfeld/index.md
@@ -21,7 +21,7 @@ result to image-filtered.png:
 
     $ png2ff < image.png | filter | ff2png > image-filtered.png
 
-[Here](invert.c) you can find an example for such a filter which inverts
+[invert.c](invert.c) is an example for such a filter which inverts
 the colors. Notice that there are no dependencies on external libraries.
 A hypothetical farbfeld-library would hardly exceed the size of
 the given filter example.


Reply via email to