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
Gbp-Pq: Name doc-fix-logo-link.patch
  • Loading branch information
Steffen Kockel authored and bdrung committed Nov 30, 2022
1 parent aee5ec9 commit 3683ece
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 3683ece

Please sign in to comment.