[geany/geany] 1724ba: scripts/github-news: Fix issues link
Colomban Wendling
git-noreply at xxxxx
Wed Jan 11 13:32:37 UTC 2017
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 11 Jan 2017 13:32:37 UTC
Commit: 1724bab3b8048d8c37046f0128d85cf5bda523bf
https://github.com/geany/geany/commit/1724bab3b8048d8c37046f0128d85cf5bda523bf
Log Message:
-----------
scripts/github-news: Fix issues link
Closes #1360.
Modified Paths:
--------------
scripts/github-news
Modified: scripts/github-news
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list