[DOCS] Make landing page links relative (#166314)

**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.
This commit is contained in:
James Rodewig 2023-09-13 05:02:50 -04:00 committed by GitHub
parent 39741a23c6
commit 15d4e42a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>