diff --git a/module/VuDL/Module.php b/module/VuDL/Module.php
index 005cf4a5334872a46604894b325f367c4de0b8a2..3c93fb2e3fdd8d0772c07e6e4636b1864e65866a 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 842966952b25c08694f76ad321210653a3d149aa..bf4d0e53812f8c69a0824252836f4ea513339509 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 ed4324ec17ce22ca23cc09979c04a1e67748f5f9..df7c1ee37a4b82bed42f7a4890d9d87e5bdabd19 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 072444aa5f2c8c5312e016e709201ae119ff481a..127a8a4565a077d5a23e52a87a2deea3ed004970 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 a058533d4e2687181623c190fc8a265c7c212ecb..1043410a50a446ca8404ec98d56f2d0ddb2995ab 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 25862cc4ccb6219741f070330434d4cb44777703..0bc2dcda3ef3c53effc33edfb00e0d30c096718c 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 a2a7680a18ad7485ba5d8e9ba63ee8fc91460a66..7395af8ad14378d033355210a9587519c7295c86 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 e8b0bfac33fb45b6ca9a1292d457fd116808f8bb..a8bcc9ad5aa8fe560c0d2db502874566bcc48dea 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 c4a2d6f484cb75c4ee33e4d5a724b7bb25ad9d4d..62b08fa03d7e032502913795fc9c7227e77a3088 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 aa9ce7a1f0339d627c21d41ecfa5bddf5d95ae4f..a92906901b3c471ae3a5158799e40e16f273e724 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 747929e5319e7d28eac06354c47237d9cc6d8540..cedcc5274a6119d6a357048200c703cdb37d8e46 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 b5a87767dee4fd9fb8752cb782dce54e7d7f132c..2679cec78f623fe0d0645da09159b0d2bf53c877 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 167ed86653c0235a505293cb937c6accb8ec412f..3df7a794cb31268e629df6af7a912834e76a5f50 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
 {