]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
stop expanding \t1 in our documentation to a ticket link. This sucks for tickets...
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 29 May 2013 17:55:08 +0000 (19:55 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 29 May 2013 17:55:08 +0000 (19:55 +0200)
Fixes #835.

pdns/docs/expand

index 44e537c00a5961a6014b52fe5e3afb491029588c..c70be1e2632dcb915163619fd6bec64f2959e34c 100755 (executable)
@@ -10,4 +10,4 @@ sed \
 sed \
 's|\<T\([0-9][0-9]*\)\>| <ulink url="https://github.com/PowerDNS/pdns/issues/\1">\1</ulink>|g' |
 sed \
-'s|\<t\([0-9][0-9]*\)\>| <ulink url="https://github.com/PowerDNS/pdns/issues/\1">ticket \1</ulink>|g' 
+'s|\<t\([0-9][0-9]+\)\>| <ulink url="https://github.com/PowerDNS/pdns/issues/\1">ticket \1</ulink>|g'