Modified: build_system/mgarepo/trunk/MgaRepo/svn.py
===================================================================
--- build_system/mgarepo/trunk/MgaRepo/svn.py 2011-01-20 07:50:55 UTC (rev 328)
+++ build_system/mgarepo/trunk/MgaRepo/svn.py 2011-01-20 14:52:49 UTC (rev 329)
@@ -40,7 +40,7 @@
if "Permission denied" in e.args[0]:
msg = ("It seems ssh-agent or ForwardAgent are not setup "
"or your username is wrong. See "
- "http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration"
+ "http://www.mageia.org/wiki/doku.php?id=svn-faq"
" for more information.")
elif "authorization failed" in e.args[0]:
msg = ("Note that mgarepo does not support any HTTP "
Modified: build_system/mgarepo/trunk/mgarepo.8
===================================================================
--- build_system/mgarepo/trunk/mgarepo.8 2011-01-20 07:50:55 UTC (rev 328)
+++ build_system/mgarepo/trunk/mgarepo.8 2011-01-20 14:52:49 UTC (rev 329)
@@ -16,7 +16,7 @@
.nf
For more information related how to setup ssh-agent, see:
-http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration
+http://www.mageia.org/wiki/doku.php?id=svn-faq
.fi
Users that don't have an ssh account in the default repository URL can set the option \fBmirror\fP pointing to a non-authenticated, read-only repository (such as http://svn.mageia.org/svn/packages).