]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote-mediawiki doc: correct link to GitHub project
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 16 Sep 2020 10:29:04 +0000 (12:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Sep 2020 23:11:53 +0000 (16:11 -0700)
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>
contrib/mw-to-git/git-mw.perl
contrib/mw-to-git/git-remote-mediawiki.perl
contrib/mw-to-git/git-remote-mediawiki.txt

index 28df3ee321ec07bd940bb49f153613ed8f8b136d..eb52a53d32024dd023650774bef33ef169fe0eb4 100755 (executable)
@@ -6,7 +6,7 @@
 # License: GPL v2 or later
 
 # Set of tools for git repo with a mediawiki remote.
-# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/
+# Documentation & bugtracker: https://github.com/Git-Mediawiki/Git-Mediawiki
 
 use strict;
 use warnings;
index d8ff2e69c4980652e866047c0a322e5436318fb9..08190e23e1aa01008155c2d0d38dd728f137dd9f 100755 (executable)
@@ -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;
index 23b7ef9f6208720310d2a8d93812cbe6fb3a42ca..5da825f61e207b7aeaca35b2635b2c081b578008 100644 (file)
@@ -4,4 +4,4 @@ objects from mediawiki just as one would do with a classic git
 repository thanks to remote-helpers.
 
 For more information, visit the wiki at
-https://github.com/moy/Git-Mediawiki/wiki
+https://github.com/Git-Mediawiki/Git-Mediawiki