Skip to content

Commit

Permalink
remote-mediawiki doc: correct link to GitHub project
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
avar authored and gitster committed Sep 16, 2020
1 parent 54e85e7 commit 442f5aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/mw-to-git/git-mw.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion contrib/mw-to-git/git-remote-mediawiki.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion contrib/mw-to-git/git-remote-mediawiki.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 442f5aa

Please sign in to comment.