diff options
author | Tudor Holton <tudor@smartguide.com.au> | 2017-11-17 14:15:20 +1100 |
---|---|---|
committer | Tudor Holton <tudor@smartguide.com.au> | 2017-11-17 14:15:20 +1100 |
commit | c54cb131dd0377f6871494357a99014917928f48 (patch) | |
tree | 4dcc09d213b608cdbfa828c73c6ba33255cc4f5f | |
parent | 9eab03903699953a9150d9dd8451f226b9929190 (diff) | |
download | phpvirtualbox-c54cb131dd0377f6871494357a99014917928f48.zip phpvirtualbox-c54cb131dd0377f6871494357a99014917928f48.tar.gz phpvirtualbox-c54cb131dd0377f6871494357a99014917928f48.tar.bz2 |
Update wiki links to new wiki on GitHub.
-rw-r--r-- | endpoints/lib/vboxconnector.php | 4 | ||||
-rw-r--r-- | languages/languages.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/endpoints/lib/vboxconnector.php b/endpoints/lib/vboxconnector.php index 8f50906..8c0f712 100644 --- a/endpoints/lib/vboxconnector.php +++ b/endpoints/lib/vboxconnector.php @@ -131,8 +131,8 @@ class vboxconnector { if(@$this->settings->warnDefault) { throw new Exception("No configuration found. Rename the file <b>config.php-example</b> in phpVirtualBox's folder to ". "<b>config.php</b> and edit as needed.<p>For more detailed instructions, please see the installation wiki on ". - "phpVirtualBox's web site. <p><a href='http://sourceforge.net/p/phpvirtualbox/wiki/Home/' target=_blank>". - "http://sourceforge.net/p/phpvirtualbox/wiki/Home/</a>.</p>", + "phpVirtualBox's web site. <p><a href='https://github.com/phpvirtualbox/phpvirtualbox/wiki' target=_blank>". + "https://github.com/phpvirtualbox/phpvirtualbox/wiki</a>.</p>", (vboxconnector::PHPVB_ERRNO_FATAL + vboxconnector::PHPVB_ERRNO_HTML)); } diff --git a/languages/languages.txt b/languages/languages.txt index 0e457c3..af37756 100644 --- a/languages/languages.txt +++ b/languages/languages.txt @@ -4,7 +4,7 @@ $Id: languages.txt 582 2014-12-11 17:47:28Z imoore76 $ This outlines in-depth the process used by phpVirtualBox's translation mechanisms and describes
how a developer may add new translations. If the reader, as an end-user simply wishes to translate
phpVirtualBox into a new language, see:
-http://sourceforge.net/p/phpvirtualbox/wiki/Home/#translating-phpvirtualbox
+https://github.com/phpvirtualbox/phpvirtualbox/wiki#translating-phpvirtualbox
.. I) phpVirtualBox translation mechanism
....... a) Contexts
|