Skip to content

Commit

Permalink
[DOCS] Make landing page links relative (elastic#166314)
Browse files Browse the repository at this point in the history
**Problem:**
The links on the Kibana docs landing page must be updated each major/minor release. We often forget this chore.

**Solution:**
Make the links relative so they always stay updated.

(cherry picked from commit 15d4e42)
  • Loading branch information
jrodewig committed Sep 13, 2023
1 parent 0e59a5e commit ceae465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/landing-page.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
</a>
</p>
<p>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.10/whats-new.html">What's new</a>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.10/release-notes.html">Release notes</a>
<a class="inline-block mr-3" href="whats-new.html">What's new</a>
<a class="inline-block mr-3" href="release-notes.html">Release notes</a>
<a class="inline-block mr-3" href="install.html">Install</a>
</p>
</div>
Expand Down

0 comments on commit ceae465

Please sign in to comment.