Skip to content

Commit

Permalink
Update link in header to the browser extension documentation (PR #129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Jun 27, 2023
1 parent 48b003e commit 8148b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{{/with}}
<hr class="navbar-divider">
<div class="navbar-item">Text Editors / Viewers</div>
<a class="navbar-item" href="https://github.com/asciidoctor/asciidoctor-browser-extension#readme" target="_blank" rel="noopener">Browser Extension</a>
<a class="navbar-item" href="{{{relativize (resolvePageURL 'browser-extension::index.adoc')}}}" target="_blank" rel="noopener">Browser Extension</a>
<a class="navbar-item" href="https://intellij-asciidoc-plugin.ahus1.de/docs" target="_blank" rel="noopener">IntelliJ Plugin</a>
</div>
</div>
Expand Down

0 comments on commit 8148b40

Please sign in to comment.