Update SVN references to git, mostly in docs.

This commit is contained in:
Bryan Petty
2015-02-20 20:07:15 -07:00
parent 9ea2138b4b
commit 29eb2a71c0
13 changed files with 27 additions and 34 deletions

View File

@@ -1050,7 +1050,7 @@ bool XmlResApp::Validate()
{
wxLogError("Running RELAX NG validator failed.");
wxLogError("Please install Jing (http://www.thaiopensource.com/relaxng/jing.html).");
wxLogError("See http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/misc/schema/README for more information.");
wxLogError("See https://github.com/wxWidgets/wxWidgets/blob/master/misc/schema/README for more information.");
return false;
}