mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
39741a23c6
commit
15d4e42a96
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue