commit 5df2a2ede8c61dc52ad8406a9a38dccd6155e6be
Author: josch <j.schauer@email.de>
Date:   Fri Mar 20 09:38:51 2015 +0100

    replace image links

--- a/doc/wiki/Makefile
+++ b/doc/wiki/Makefile
@@ -8,7 +8,7 @@ docdir=/usr/share/doc/botch
 all: $(html) $(png)
 
 %.html: %.markdown
-	sed -e 's/\[\([^]]\+\)\](\([^\/)]\+\))/<a href="\2.html">\1<\/a>/' -e 's#<img src="[^"]\+/\([^"]\+\)"#<img src="\1"#'  $< | markdown > $@
+	sed -e 's/\[\([^]]\+\)\](\([^\/)]\+\))/<a href="\2.html">\1<\/a>/' -e 's#https://gitlab.mister-muffin.de/uploads/debian-bootstrap/botch/.\{10\}/\([^)]\+\)#\1#' $< | markdown > $@
 
 %.png: %.dot
 	dot -T png $< > $@
