diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-11-26 16:11:21 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-11-26 16:11:21 +0000 |
commit | 28c432ef8620c9ead4a1a1fec335d64dcc506e50 (patch) | |
tree | 81e3d1cdd9931564bf11781e1b632f435839db8f /MgaRepo | |
parent | 821be0228b491c5966362a88057ce4239841b1e4 (diff) | |
download | mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar.gz mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar.bz2 mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar.xz mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.zip |
update URLs for new wiki
Diffstat (limited to 'MgaRepo')
-rw-r--r-- | MgaRepo/svn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/svn.py b/MgaRepo/svn.py index a3424ad..da3eee7 100644 --- a/MgaRepo/svn.py +++ b/MgaRepo/svn.py @@ -40,7 +40,7 @@ class SVN: if "Permission denied" in e.args[0]: msg = ("It seems ssh-agent or ForwardAgent are not setup " "or your username is wrong. See " - "http://www.mageia.org/wiki/doku.php?id=svn-faq" + "https://wiki.mageia.org/en/Packagers_ssh" " for more information.") elif "authorization failed" in e.args[0]: msg = ("Note that mgarepo does not support any HTTP " |