diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2020-09-16 12:29:04 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-09-16 16:11:53 -0700 |
| commit | 442f5aacccc64ad1a4a05a7d2f97042a2ad206d3 (patch) | |
| tree | bb281e139b1f2fcca4b3363a1750f006b5eb7d42 /contrib/mw-to-git/git-remote-mediawiki.perl | |
| parent | Fourteenth batch (diff) | |
| download | git-442f5aacccc64ad1a4a05a7d2f97042a2ad206d3.tar.gz git-442f5aacccc64ad1a4a05a7d2f97042a2ad206d3.zip | |
remote-mediawiki doc: correct link to GitHub project
Change the link to the canonical one, the old link redirects to the
new one.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/git-remote-mediawiki.perl')
| -rwxr-xr-x | contrib/mw-to-git/git-remote-mediawiki.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mw-to-git/git-remote-mediawiki.perl b/contrib/mw-to-git/git-remote-mediawiki.perl index d8ff2e69c4..08190e23e1 100755 --- a/contrib/mw-to-git/git-remote-mediawiki.perl +++ b/contrib/mw-to-git/git-remote-mediawiki.perl @@ -9,7 +9,7 @@ # License: GPL v2 or later # Gateway between Git and MediaWiki. -# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/ +# Documentation & bugtracker: https://github.com/Git-Mediawiki/Git-Mediawiki use strict; use MediaWiki::API; |
