Skip to content
Snippets Groups Projects
Commit cd8aa44f authored by Jess's avatar Jess
Browse files

Issue #2845731 by ashish-deynap, vaplas, chiranjeeb2410, Munavijayalakshmi,...

Issue #2845731 by ashish-deynap, vaplas, chiranjeeb2410, Munavijayalakshmi, tramsaal, xjm: Theming guide links are wrong
parent 91f0f7b1
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ Never edit Drupal's core modules and themes; instead, use the hooks available in
the Drupal API. To modify the behavior of Drupal, develop a module as described
at https://www.drupal.org/developing/modules. To modify the look of Drupal,
create a subtheme as described at https://www.drupal.org/node/2165673, or a
completely new theme as described at https://www.drupal.org/documentation/theme
completely new theme as described at https://www.drupal.org/docs/8/theming
MULTISITE CONFIGURATION
-----------------------
......
......@@ -1272,7 +1272,7 @@
* site; CSS files, which alter the styling applied to the HTML; and
* JavaScript, Flash, images, and other files. For more information, see the
* @link theme_render Theme system and render API topic @endlink and
* https://www.drupal.org/theme-guide/8
* https://www.drupal.org/docs/8/theming
* - Modules: Modules add to or alter the behavior and functionality of Drupal,
* by using one or more of the methods listed below. For more information
* about creating modules, see https://www.drupal.org/developing/modules/8
......
......@@ -31,7 +31,7 @@
* 8 themes.
*
* For further information on theming in Drupal 8 see
* https://www.drupal.org/theme-guide/8
* https://www.drupal.org/docs/8/theming
*
* For further Twig documentation see
* http://twig.sensiolabs.org/doc/templates.html
......@@ -223,7 +223,7 @@
* same, which gives users fewer user interface patterns to learn.
*
* For further information on the Theme and Render APIs, see:
* - https://www.drupal.org/documentation/theme
* - https://www.drupal.org/docs/8/theming
* - https://www.drupal.org/developing/api/8/render
* - https://www.drupal.org/node/722174
* - https://www.drupal.org/node/933976
......
......@@ -8,10 +8,11 @@ To use Classy as your base theme, set the 'base theme' in your theme's .info.yml
file to "classy":
base theme: classy
See https://www.drupal.org/theme-guide/8/classy for more information on using
the Classy theme.
See https://www.drupal.org/docs/8/theming-drupal-8/using-classy-as-a-base-theme
for more information on using the Classy theme.
ABOUT DRUPAL THEMING
--------------------
See https://www.drupal.org/theme-guide/8 for more information on Drupal theming.
See https://www.drupal.org/docs/8/theming for more information on Drupal
theming.
name: Classy
type: theme
description: 'A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the <a href="https://www.drupal.org/theme-guide/8">Drupal 8 Theming Guide</a>.'
description: 'A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the <a href="https://www.drupal.org/docs/8/theming">Drupal 8 Theming Guide</a>.'
package: Core
version: VERSION
core: 8.x
......
......@@ -23,4 +23,4 @@ ABOUT DRUPAL THEMING
--------------------
For more information, see Drupal.org's theming guide.
https://www.drupal.org/theme-guide/8
https://www.drupal.org/docs/8/theming
......@@ -17,7 +17,7 @@ ABOUT DRUPAL THEMING
--------------------
To learn how to build your own custom theme and override Drupal's default code,
see the Theming Guide: https://www.drupal.org/theme-guide
see the Theming Guide: https://www.drupal.org/docs/8/theming
See the themes/README.txt for more information on where to place your
custom themes to ensure easy maintenance and upgrades.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment