From 6628e30bd5d1ff779727a926632aaae7684357bd Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 12 Dec 2024 22:44:19 +0100 Subject: [PATCH] adjusted wiki link --- application/config/config.sample.php | 2 +- install/config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 87cb5bd2a..89d2ca3fc 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -680,7 +680,7 @@ $config['disable_oqrs'] = false; | This config switch is meant to use for Special Callsign operations or Clubstations. | If this switch is set to true it enables a whole bunch of features to handle Special Callsigns and Club Callsigns. | For more Information please visit the Wiki: -| https://github.com/wavelog/wavelog/wiki/Recommended-Setup-for-Special-Callsigns-and-Clubs +| https://github.com/wavelog/wavelog/wiki/Clubstations | | !!! Important !!! | $config['disable_impersonate'] has to be set to false to use this feature. diff --git a/install/config/config.php b/install/config/config.php index 727052e8e..ee6062946 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -680,7 +680,7 @@ $config['disable_oqrs'] = false; | This config switch is meant to use for Special Callsign operations or Clubstations. | If this switch is set to true it enables a whole bunch of features to handle Special Callsigns and Club Callsigns. | For more Information please visit the Wiki: -| https://github.com/wavelog/wavelog/wiki/Recommended-Setup-for-Special-Callsigns-and-Clubs +| https://github.com/wavelog/wavelog/wiki/Clubstations | | !!! Important !!! | $config['disable_impersonate'] has to be set to false to use this feature.