Skip to content

Commit a7d83fc

Browse files
committed
Fixed invalid reference to old non existing example in website navigation
1 parent be8d6ec commit a7d83fc

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_frame', _fragment: 'example'}) }}">
83+
<a class="p-3 flex items-center" href="{{ path('example', {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)