From 1724bab3b8048d8c37046f0128d85cf5bda523bf Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 11 Jan 2017 14:32:37 +0100 Subject: [PATCH] scripts/github-news: Fix issues link Closes #1360. --- scripts/github-news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-news b/scripts/github-news index 6b6532610..421293336 100755 --- a/scripts/github-news +++ b/scripts/github-news @@ -14,7 +14,7 @@ s/^ // s/^[A-Za-z0-9_-]/## \0/ # Turn PR and Issue references to links s%PR#\([0-9]\{1,\}\)%[\0](https://github.com/geany/geany/pull/\1)%g -s%Issue#\([0-9]\{1,\}\)%[\0](https://github.com/geany/geany/issue/\1)%g +s%Issue#\([0-9]\{1,\}\)%[\0](https://github.com/geany/geany/issues/\1)%g p n -- 2.11.4.GIT