@@ -203,7 +203,7 @@ class LinkCheckerAdminSettingsForm extends ConfigFormBase {
'#default_value'=>$config->get('base_path'),
'#type'=>'textfield',
'#title'=>$this->t('Base path'),
'#description'=>$this->t('Should not start with URL scheme'),
'#description'=>$this->t('Should not start with URL scheme and should not have trailing slash. For example www.example.com if the project URL is https://www.example.com'),