summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--endpoints/lib/vboxconnector.php4
-rw-r--r--languages/languages.txt2
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