Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated references to Twig documentation #217

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/01.gantry5/05.advanced/09.twig-filters/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ In Gantry, these elements are escaped by default. This is a security precaution

## Helpful Resources

The extensive Twig documentation from SensioLabs covers [Filters](http://twig.sensiolabs.org/doc/filters/index.html) extensively. We only covered a couple of the over 30 officially supported in Twig.
The extensive Twig documentation from SensioLabs covers [Filters](https://twig.symfony.com/doc/2.x/filters/index.html) extensively. We only covered a couple of the over 30 officially supported in Twig.

You will even find more detailed documentation about each filter, including how and when to use it, as well. We recommend starting with reading about [escape](http://twig.sensiolabs.org/doc/filters/escape.html) and [raw](http://twig.sensiolabs.org/doc/filters/raw.html) as these are used frequently in our documentation, as well as in the Hydrogen theme.
You will even find more detailed documentation about each filter, including how and when to use it, as well. We recommend starting with reading about [escape](https://twig.symfony.com/doc/2.x/filters/escape.html) and [raw](https://twig.symfony.com/doc/2.x/filters/raw.html) as these are used frequently in our documentation, as well as in the Hydrogen theme.

## Custom Twig Filters

Expand Down