Unverified Commit 8db9a652 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3284010 by _shY, mherchel, Abhijith S: "Create content" link within...

Issue #3284010 by _shY, mherchel, Abhijith S: "Create content" link within Olivero's "Getting started" page doesn't account for base directory

(cherry picked from commit 584f09ec)
(cherry picked from commit 78763eb5)
parent 8ce4d4a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
{% set drupal_community = 'https://www.drupal.org/community' %}
{% set drupal_values = 'https://www.drupal.org/about/values-and-principles' %}
{% set drupal_user_guide = 'https://www.drupal.org/docs/user_guide/en/index.html' %}
{% set create_content = '/node/add' %}
{% set create_content = path('node.add_page')  %}
{% set drupal_extend = 'https://www.drupal.org/docs/extending-drupal' %}
{% set drupal_global_training_days = 'https://groups.drupal.org/global-training-days' %}
{% set drupal_events = 'https://www.drupal.org/community/events' %}