We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb6062 commit bc0446cCopy full SHA for bc0446c
src/App/templates/error/404.html.twig
@@ -11,7 +11,7 @@
11
<h1>404</h1>
12
<p class="text-dark">
13
You are looking for something that doesn't exist or may have moved. Check out one of the links on this page
14
- or head back to <a class="text-dark" href="{{ path('app.index') }}">Home</a>.
+ or head back to <a class="text-dark" href="{{ path('app::index') }}">Home</a>.
15
</p>
16
</div>
17
0 commit comments