Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 May 2019 at 13:10 UTC
Updated:
4 Jun 2019 at 11:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
r.shaikh commented@Ide Braakman (idebr).... I have made changes as you suggested and created patch.
Kindly review.
Comment #3
r.shaikh commentedComment #4
idebr commentedDrupal is using Twig 1.x, so we need to use the 1.x version of the documentation. For example:
2.x: https://twig.symfony.com/doc/2.x/templates.html
1.x: https://twig.symfony.com/doc/1.x/templates.html
Comment #5
r.shaikh commented@Ide Braakman (idebr).... I have made changes as you suggested.
Kindly review.
Comment #6
r.shaikh commentedComment #7
idebr commentedThanks! The patch applies correctly and updates the links to the relevant documentation page.
Comment #9
lauriiiCommitted c68e087 and pushed to 8.8.x. Since this touches only documentation, I also backported this to 8.7.x. Thanks!