From 6e8cab4a7fac4c35b3d0564fccdf6a2c11fde02a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 25 Feb 2016 13:05:52 -0500 Subject: [PATCH] Fixed more broken links. --- module/VuDL/Module.php | 4 ++-- .../tests/unit-tests/src/VuFindTest/Harvester/OAITest.php | 4 ++-- .../VuFind/tests/unit-tests/src/VuFindTest/OAI/ServerTest.php | 4 ++-- module/VuFindAdmin/Module.php | 4 ++-- module/VuFindConsole/Module.php | 4 ++-- module/VuFindDevTools/Module.php | 4 ++-- module/VuFindLocalTemplate/Module.php | 4 ++-- .../src/VuFindSearch/Exception/ExceptionInterface.php | 4 ++-- .../src/VuFindSearch/Exception/RuntimeException.php | 4 ++-- .../Response/RecordCollectionFactoryInterface.php | 4 ++-- .../src/VuFindSearch/Response/RecordCollectionInterface.php | 4 ++-- .../src/VuFindSearch/Response/RecordInterface.php | 4 ++-- module/VuFindTheme/Module.php | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/module/VuDL/Module.php b/module/VuDL/Module.php index 005cf4a5334..3c93fb2e3fd 100644 --- a/module/VuDL/Module.php +++ b/module/VuDL/Module.php @@ -23,7 +23,7 @@ * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuDL; @@ -34,7 +34,7 @@ namespace VuDL; * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class Module { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Harvester/OAITest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Harvester/OAITest.php index 842966952b2..bf4d0e53812 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Harvester/OAITest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Harvester/OAITest.php @@ -24,7 +24,7 @@ * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindTest\Harvester; @@ -54,7 +54,7 @@ use VuFind\Harvester\OAI; * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class OAITest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/OAI/ServerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/OAI/ServerTest.php index ed4324ec17c..df7c1ee37a4 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/OAI/ServerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/OAI/ServerTest.php @@ -24,7 +24,7 @@ * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindTest\OAI; @@ -54,7 +54,7 @@ use VuFind\OAI\Server; * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class ServerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindAdmin/Module.php b/module/VuFindAdmin/Module.php index 072444aa5f2..127a8a4565a 100644 --- a/module/VuFindAdmin/Module.php +++ b/module/VuFindAdmin/Module.php @@ -23,7 +23,7 @@ * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindAdmin; use Zend\ModuleManager\ModuleManager, @@ -36,7 +36,7 @@ use Zend\ModuleManager\ModuleManager, * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class Module { diff --git a/module/VuFindConsole/Module.php b/module/VuFindConsole/Module.php index a058533d4e2..1043410a50a 100644 --- a/module/VuFindConsole/Module.php +++ b/module/VuFindConsole/Module.php @@ -23,7 +23,7 @@ * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindConsole; use Zend\Console\Adapter\AdapterInterface as Console; @@ -35,7 +35,7 @@ use Zend\Console\Adapter\AdapterInterface as Console; * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class Module implements \Zend\ModuleManager\Feature\ConsoleUsageProviderInterface { diff --git a/module/VuFindDevTools/Module.php b/module/VuFindDevTools/Module.php index 25862cc4ccb..0bc2dcda3ef 100644 --- a/module/VuFindDevTools/Module.php +++ b/module/VuFindDevTools/Module.php @@ -23,7 +23,7 @@ * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindDevTools; use Zend\ModuleManager\ModuleManager, @@ -36,7 +36,7 @@ use Zend\ModuleManager\ModuleManager, * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class Module { diff --git a/module/VuFindLocalTemplate/Module.php b/module/VuFindLocalTemplate/Module.php index a2a7680a18a..7395af8ad14 100644 --- a/module/VuFindLocalTemplate/Module.php +++ b/module/VuFindLocalTemplate/Module.php @@ -23,7 +23,7 @@ * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindLocalTemplate; use Zend\ModuleManager\ModuleManager, @@ -36,7 +36,7 @@ use Zend\ModuleManager\ModuleManager, * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class Module { diff --git a/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php b/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php index e8b0bfac33f..a8bcc9ad5aa 100644 --- a/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php @@ -24,7 +24,7 @@ * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ namespace VuFindSearch\Exception; @@ -35,7 +35,7 @@ namespace VuFindSearch\Exception; * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ interface ExceptionInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php b/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php index c4a2d6f484c..62b08fa03d7 100644 --- a/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php +++ b/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php @@ -24,7 +24,7 @@ * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ namespace VuFindSearch\Exception; @@ -35,7 +35,7 @@ namespace VuFindSearch\Exception; * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ class RuntimeException extends \RuntimeException implements ExceptionInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionFactoryInterface.php b/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionFactoryInterface.php index aa9ce7a1f03..a92906901b3 100644 --- a/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionFactoryInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionFactoryInterface.php @@ -23,7 +23,7 @@ * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ namespace VuFindSearch\Response; @@ -34,7 +34,7 @@ namespace VuFindSearch\Response; * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ interface RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionInterface.php b/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionInterface.php index 747929e5319..cedcc5274a6 100644 --- a/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Response/RecordCollectionInterface.php @@ -24,7 +24,7 @@ * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ namespace VuFindSearch\Response; @@ -35,7 +35,7 @@ namespace VuFindSearch\Response; * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ interface RecordCollectionInterface extends \Countable, \Iterator { diff --git a/module/VuFindSearch/src/VuFindSearch/Response/RecordInterface.php b/module/VuFindSearch/src/VuFindSearch/Response/RecordInterface.php index b5a87767dee..2679cec78f6 100644 --- a/module/VuFindSearch/src/VuFindSearch/Response/RecordInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Response/RecordInterface.php @@ -24,7 +24,7 @@ * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ namespace VuFindSearch\Response; @@ -37,7 +37,7 @@ namespace VuFindSearch\Response; * @package Service * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-search-subsystem + * @link https://vufind.org/wiki/development */ interface RecordInterface { diff --git a/module/VuFindTheme/Module.php b/module/VuFindTheme/Module.php index 167ed86653c..3df7a794cb3 100644 --- a/module/VuFindTheme/Module.php +++ b/module/VuFindTheme/Module.php @@ -23,7 +23,7 @@ * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ namespace VuFindTheme; @@ -34,7 +34,7 @@ namespace VuFindTheme; * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy + * @link https://vufind.org/wiki/development */ class Module { -- GitLab