We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b003e commit 8148b40Copy full SHA for 8148b40
src/partials/header-content.hbs
@@ -81,7 +81,7 @@
81
{{/with}}
82
<hr class="navbar-divider">
83
<div class="navbar-item">Text Editors / Viewers</div>
84
- <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>
85
<a class="navbar-item" href="https://intellij-asciidoc-plugin.ahus1.de/docs" target="_blank" rel="noopener">IntelliJ Plugin</a>
86
</div>
87
0 commit comments