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 /endpoints/lib | |
parent | 9eab03903699953a9150d9dd8451f226b9929190 (diff) | |
download | phpvirtualbox-c54cb131dd0377f6871494357a99014917928f48.zip phpvirtualbox-c54cb131dd0377f6871494357a99014917928f48.tar.gz phpvirtualbox-c54cb131dd0377f6871494357a99014917928f48.tar.bz2 |
Update wiki links to new wiki on GitHub.
Diffstat (limited to 'endpoints/lib')
-rw-r--r-- | endpoints/lib/vboxconnector.php | 4 |
1 files changed, 2 insertions, 2 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)); } |