Skip to content

Commit 62a0cc3

Browse files
authoredMay 21, 2021
fix(playground): fix links (#3295)
1 parent b972f40 commit 62a0cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/playground/_layouts/default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<div class="heading">UI5 Web Components</div>
1212
</a>
1313
<div class="links-wrapper">
14-
<a class="wrapper-links" href="{{ page.docs | absolute_url }}">Docs</a>
15-
<a class="wrapper-links" href="{{ page.tutorials | absolute_url }}">Tutorials</a>
16-
<a class="wrapper-links" href="{{ page.samples | absolute_url }}">Samples</a>
14+
<a class="wrapper-links" href="{{ "/playground/docs" | absolute_url }}">Docs</a>
15+
<a class="wrapper-links" href="{{ "/playground/tutorials" | absolute_url }}">Tutorials</a>
16+
<a class="wrapper-links" href="{{ "/playground/components" | absolute_url }}">Samples</a>
1717
</div>
1818
<div class="search js-search">
1919
<div class="search-input-wrap">

0 commit comments

Comments
 (0)
Please sign in to comment.