diff --git a/src/Form/GitinfoSettingsForm.php b/src/Form/GitinfoSettingsForm.php
index 45d6482..cebfdae 100644
--- a/src/Form/GitinfoSettingsForm.php
+++ b/src/Form/GitinfoSettingsForm.php
@@ -90,7 +90,7 @@ class GitinfoSettingsForm extends ConfigFormBase {
       '#default_value' => $config->get('connect'),
     ];
     $explain_title = NULL;
-    $use_global = Link::fromTextAndUrl($this->t('define extra folders in the <em>settings.php instead</em>'), Url::fromUri('https://www.drupal.org/docs/8/modules/git-info-report/how-to-define-directories-outside-the-project-root#s-configuration-using-a-global', [
+    $use_global = Link::fromTextAndUrl($this->t('define extra folders in the <em>settings.php instead</em>'), Url::fromUri('https://www.drupal.org/docs/8/modules/git-info-report/how-to-define-directories-outside-the-project-root#s-define-them-in-the-settingsphp', [
       'attributes' => [
         'title' => $this->t('GIT Info Report - How to define directories outside the project root | Drupal 8 guide on Drupal.org'),
         'target' => '_blank',
diff --git a/tests/src/Functional/GitinfoTest.php b/tests/src/Functional/GitinfoTest.php
index 201a54b..e5be81f 100644
--- a/tests/src/Functional/GitinfoTest.php
+++ b/tests/src/Functional/GitinfoTest.php
@@ -12,6 +12,11 @@ use Drupal\Tests\BrowserTestBase;
  */
 class GitinfoTest extends BrowserTestBase {
 
+  /**
+   * {@inheritdoc}
+   */
+  protected $defaultTheme = 'stark';
+
   /**
    * Modules to enable.
    *
