Skip to content

Commit c82e883

Browse files
committed
Fixed invalid route to examples in website headr
1 parent 8e78cea commit c82e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/landing/templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</a>
8181
</li>
8282
<li>
83-
<a class="p-3 flex items-center" href="{{ path('example', {topic: 'data_frame', 'example': 'data_reading', 'option' : 'array', _fragment: 'example'}) }}">
83+
<a class="p-3 flex items-center" href="{{ path('example_option', {topic: 'data_frame', 'example': 'data_reading', 'option' : 'array', _fragment: 'example'}) }}">
8484
Examples
8585
<img src="{{ asset('images/icons/code.svg') }}" alt="external resource" width="16" height="16" class="ml-1">
8686
</a>

0 commit comments

Comments
 (0)