Fix Link error (#2329)

Fixes an error with a link on line 58

Luca Kiebel committed Jul 14, 2017 at 15:52 UTC b366efc6865997fb54e73aa26d54116a22155f56
1 file changed +1 -1
CONTRIBUTING.md
+1 -1
@@ -55,7 +55,7 @@ What was the expected result of the command? Include examples / documentation i
55
56 ### 6) Strace of the failing command
57
58 -Run the failing command under [strace] (http://manpages.ubuntu.com/manpages/wily/man1/strace.1.html). Normal command structure is:
58 +Run the failing command under [strace](http://manpages.ubuntu.com/manpages/wily/man1/strace.1.html). Normal command structure is:
59
60 ```
61 $ strace -ff <command>