From ae429bd51de7f9b81bc0fe3019237d6dc5eebd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 30 Jun 2024 23:24:19 +0200 Subject: [PATCH] [Doc] Replace http links with https --- doc/tags/extends.rst | 2 +- doc/templates.rst | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/tags/extends.rst b/doc/tags/extends.rst index 7f1c1e8c1..84d813e17 100644 --- a/doc/tags/extends.rst +++ b/doc/tags/extends.rst @@ -26,7 +26,7 @@ skeleton document:
{% block content %}{% endblock %}
diff --git a/doc/templates.rst b/doc/templates.rst index c7e2e3130..e09a6a018 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -47,8 +47,8 @@ IDEs Integration Many IDEs support syntax highlighting and auto-completion for Twig: * *Textmate* via the `Twig bundle`_ -* *Vim* via the `Jinja syntax plugin`_ or the `vim-twig plugin`_ -* *Netbeans* via the `Twig syntax plugin`_ (until 7.1, native as of 7.2) +* *Vim* via the `vim-twig plugin`_ +* *Netbeans* (native as of 7.2) * *PhpStorm* (native as of 2.1) * *Eclipse* via the `Twig plugin`_ * *Sublime Text* via the `Twig bundle`_ @@ -360,7 +360,7 @@ document that might be used for a two-column page:
{% block content %}{% endblock %}
@@ -918,16 +918,14 @@ Extensions Twig can be extended. If you want to create your own extensions, read the :ref:`Creating an Extension ` chapter. -.. _`Twig bundle`: https://github.com/Anomareh/PHP-Twig.tmbundle -.. _`Jinja syntax plugin`: http://jinja.pocoo.org/docs/integration/#vim +.. _`Twig bundle`: https://github.com/uhnomoli/PHP-Twig.tmbundle .. _`vim-twig plugin`: https://github.com/lumiliet/vim-twig -.. _`Twig syntax plugin`: http://plugins.netbeans.org/plugin/37069/php-twig .. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin .. _`Twig language definition`: https://github.com/gabrielcorpse/gedit-twig-template-language .. _`Twig syntax mode`: https://github.com/bobthecow/Twig-HTML.mode .. _`other Twig syntax mode`: https://github.com/muxx/Twig-HTML.mode .. _`Notepad++ Twig Highlighter`: https://github.com/Banane9/notepadplusplus-twig -.. _`web-mode.el`: http://web-mode.org/ +.. _`web-mode.el`: https://web-mode.org/ .. _`regular expressions`: https://www.php.net/manual/en/pcre.pattern.php .. _`PHP-twig for atom`: https://github.com/reesef/php-twig .. _`TwigFiddle`: https://twigfiddle.com/