aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/svn.py')
-rw-r--r--MgaRepo/svn.py2
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 "