Skip to content

Commit 442f5aa

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 54e85e7 commit 442f5aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/mw-to-git/git-mw.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# License: GPL v2 or later
77

88
# Set of tools for git repo with a mediawiki remote.
9-
# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/
9+
# Documentation & bugtracker: https://github.com/Git-Mediawiki/Git-Mediawiki
1010

1111
use strict;
1212
use warnings;

contrib/mw-to-git/git-remote-mediawiki.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# License: GPL v2 or later
1010

1111
# Gateway between Git and MediaWiki.
12-
# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/
12+
# Documentation & bugtracker: https://github.com/Git-Mediawiki/Git-Mediawiki
1313

1414
use strict;
1515
use MediaWiki::API;

contrib/mw-to-git/git-remote-mediawiki.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ objects from mediawiki just as one would do with a classic git
44
repository thanks to remote-helpers.
55

66
For more information, visit the wiki at
7-
https://github.com/moy/Git-Mediawiki/wiki
7+
https://github.com/Git-Mediawiki/Git-Mediawiki

0 commit comments

Comments
 (0)