summaryrefslogtreecommitdiff
path: root/content/toolbox
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-09-26 15:17:15 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-09-26 15:17:15 +0200
commitc1549a6568a9f0a1f83639cd2b2f4df4168a2dbe (patch)
tree4c7f26d272273870ccfc2a5ab3de51de975434b7 /content/toolbox
parent5c6a0a38322bf3deae056d9c300d8c41e5fda59b (diff)
downloadwww-andreasbaumann-cc-c1549a6568a9f0a1f83639cd2b2f4df4168a2dbe.tar.gz
www-andreasbaumann-cc-c1549a6568a9f0a1f83639cd2b2f4df4168a2dbe.tar.bz2
fixed some links
Diffstat (limited to 'content/toolbox')
-rw-r--r--content/toolbox/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index b2458e5..20eb91f 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -13,7 +13,7 @@ Some things I found to be useful for daily programming.
I use mainly the memory checker and the profiler.
* [KCachegrind](https://kcachegrind.github.io/html/Home.html): graphical
profiler presenting runs of valgrind performance checks in a nice way.
-* [xxdiff](http://furius.ca/xxdiff/): 2 and 3-way graphical diff tool,
+* [xxdiff](https://github.com/blais/xxdiff/): 2 and 3-way graphical diff tool,
I use it because of nostalgia (aka: I got used to it).
## C Programming