Skip to content

Commit

Permalink
Navbar: Change OpenSearch logo to link to .org site. (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#8695)

The OpenSearch logo in the navbar currently is a relative link, this causes it to link to the documentation sites homepage. This change makes it link to the org site's homepage.

Signed-off-by: kaimmej <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Eric Pugh <[email protected]>
  • Loading branch information
2 people authored and epugh committed Nov 23, 2024
1 parent 3935b60 commit db5971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{% endif %}
<div role="banner" id="top">
<div class="navigation-container">
<a class="navigation-container--logo" href="{{ '/' | relative_url }}">
<a class="navigation-container--logo" href="https://opensearch.org/">
OpenSearch
<svg width="200" height="39" viewBox="0 0 200 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_723_1352)">
Expand Down

0 comments on commit db5971e

Please sign in to comment.