From 61a032b94d512fc0fba0a290f1e56f6ac3cd06db Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Sun, 4 Feb 2018 08:52:49 +1000 Subject: [PATCH] Issue #2941582 by markconroy, Eli-T, smaz, ckrina, steveparks: Create a drupal.org documentation page for Umami profile to explain why it shouldn't be used in production sites --- core/profiles/demo_umami/demo_umami.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/profiles/demo_umami/demo_umami.profile b/core/profiles/demo_umami/demo_umami.profile index dc8384f77a68..cdbfe4953f82 100644 --- a/core/profiles/demo_umami/demo_umami.profile +++ b/core/profiles/demo_umami/demo_umami.profile @@ -48,7 +48,7 @@ function demo_umami_toolbar() { '#type' => 'inline_template', '#template' => '<a class="toolbar-warning" href="{{ more_info_link }}">This installation is for demonstration purposes only.</a>', '#context' => [ - 'more_info_link' => 'https://www.drupal.org/project/drupal/issues/2829101', + 'more_info_link' => 'https://www.drupal.org/node/2941833', ], '#attached' => [ 'library' => ['demo_umami/toolbar-warning'], -- GitLab