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.