Skip to content

Commit

Permalink
Fixed Twig links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Apr 29, 2024
1 parent 63abc8b commit 7f230fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -107,7 +107,7 @@ This produces the following output:
Twig Integration
----------------

This library includes a [Twig](http://twig.sensiolabs.org) extension that
This library includes a [Twig](https://twig.symfony.com/) extension that
enables you to load TOC lists and add anchors to markup from your Twig templates.

In order to enable Twig integration, you must register the
Expand Down Expand Up @@ -248,7 +248,7 @@ $listHtml = $tocGenerator->getHtmlMenu($someHtmlContent, 1, 6, $renderer);

#### Customizing with Twig

The KnpMenu library offers more robust integration with the [Twig Templating System](http://twig.sensiolabs.org/)
The KnpMenu library offers more robust integration with the [Twig Templating System](https://twig.symfony.com/)
than is offered by default with this library. You can take advantage of it by using the [TwigRenderer](https://github.com/KnpLabs/KnpMenu/blob/master/doc/02-Twig-Integration.markdown#using-the-twigrenderer)
that is bundled with KnpMenu:

Expand Down

0 comments on commit 7f230fb

Please sign in to comment.