Skip to content

Commit

Permalink
doc: Fix logo link
Browse files Browse the repository at this point in the history
The link on the brand image was pointing to index.html which does not
exist. The index file seems to be contents.html.

Forwarded: no
  • Loading branch information
Steffen Kockel authored and bdrung committed Oct 14, 2021
1 parent 53cac2d commit 5b16527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_themes/saltstack/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="{{ pathto('index') }}"><img src="{{ pathto('_static/images/SaltStack-Logo.png', 1) }}" /></a>
<a class="brand" href="{{ pathto('contents') }}"><img src="{{ pathto('_static/images/SaltStack-Logo.png', 1) }}" /></a>
<div class="nav-collapse collapse">
{%- block relbar1 %}{{ relbar() }}{% endblock %}
</div>
Expand Down

0 comments on commit 5b16527

Please sign in to comment.