Skip to content

Commit

Permalink
Fixing navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Sep 27, 2023
1 parent 60292ac commit 77cc4a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<img src="/assets/lander/menu-close.svg" />
</a>
</span>
<a class="links" target="_blank" href="{{ site.docs_url }}">Docs</a>
<a class="links" href="{{ site.docs_url }}">Docs</a>
<a class="links" href="{% link guide.md %}">Guide</a>
<a class="links" href="{% link _examples/index.md %}">Examples</a>
<a class="links" target="_blank" href="{{ site.docs_url }}/constructs">Constructs</a>
<a class="links" target="_blank" href="{{ site.docs_url }}/clients">Clients</a>
<a class="links" href="{{ site.docs_url }}/constructs">Constructs</a>
<a class="links" href="{{ site.docs_url }}/clients">Clients</a>
</div>

<div class="col2">
Expand Down

0 comments on commit 77cc4a2

Please sign in to comment.