From 470c32c55897c6375a265c5c12c3aeb544bade53 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 16 May 2017 16:21:46 +0100 Subject: [PATCH] Fix to use JIRA links. --- clog2markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clog2markdown b/clog2markdown index bfd8366..3adce68 100755 --- a/clog2markdown +++ b/clog2markdown @@ -9,7 +9,7 @@ curl --silent -n "http://svn.apache.org/repos/asf/subversion/tags/$1/CHANGES" | sed -n ' 4,/Version/{ s/(r[0-9, retal]*)\;*//g; -s,issue #\([0-9]*\),[issue \1](http://subversion.tigris.org/issues/show_bug.cgi?id=\1),; +s,issue #\([0-9]*\),[issue \1](https://issues.apache.org/jira/browse/SVN-\1),; s/^ *//; s/ +/ /g; s/^ *- \(.*\)$/#### \1/;