Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f98e31 commit 7c720afCopy full SHA for 7c720af
src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig
@@ -15,14 +15,14 @@
15
<h1 class="logo">{{ include('@Twig/images/symfony-logo.svg') }} Symfony Exception</h1>
16
17
<div class="help-link">
18
- <a href="https://symfony.com/doc">
+ <a href="https://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}/index.html" target="_blank">
19
<span class="icon">{{ include('@Twig/images/icon-book.svg') }}</span>
20
<span class="hidden-xs-down">Symfony</span> Docs
21
</a>
22
</div>
23
24
25
- <a href="https://symfony.com/support">
+ <a href="https://symfony.com/support" target="_blank">
26
<span class="icon">{{ include('@Twig/images/icon-support.svg') }}</span>
27
<span class="hidden-xs-down">Symfony</span> Support
28
0 commit comments