From 222d4968e8ce58e562d7e03cfe51f7dbc49dea3e Mon Sep 17 00:00:00 2001 From: Carsten Logemann <8947-C-Logemann@users.noreply.drupalcode.org> Date: Mon, 12 May 2025 10:59:31 +0000 Subject: [PATCH] Issue #3523903: README.md: Installation link is D7 documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eafa20..b373654 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ DESCRIBE_MODULE_DEPENDENCIES_HERE ## INSTALLATION Install as you would normally install a contributed Drupal module. -See: https://www.drupal.org/node/895232 for further information. +See: https://www.drupal.org/docs/extending-drupal/installing-modules for further information. ## CONFIGURATION There is no UI. The configuration is only possible via settings.php to keep it very lightweight because of the [Middleware situation](https://www.drupal.org/docs/8/api/middleware-api/overview). Keep sure that all host you would give access are not protected via core trusted_hosts setting. -- GitLab