doc(index.html): fixed broken links (#3402)

Fixes #3393, where links to guides were hard-coded, and pointed to wrong
places in the git version.
This commit is contained in:
aflorea-2k 2021-08-04 20:07:57 +02:00 committed by GitHub
parent 260f6dbe97
commit 8a81745d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -37,16 +37,16 @@ should be useful for you.
<div class="index_guides">
<div>
<a href="../doc/documentation/07-my-first-awesome.md.html">Getting started</a>
<a href="../doc/documentation/90-FAQ.md.html">FAQ</a>
<a href="../doc/documentation/01-readme.md.html">Read me</a>
<a href="../doc/documentation/89-NEWS.md.html">NEWS</a>
@{07-my-first-awesome.md|Getting started}
@{90-FAQ.md|FAQ}
@{01-readme.md|Read Me}
@{89-NEWS.md|NEWS}
</div>
<div>
<a href="../doc/documentation/03-declarative-layout.md.html">The widget system</a>
<a href="../doc/documentation/09-options.md.html">Startup options</a>
<a href="../doc/documentation/05-awesomerc.md.html">The default rc.lua</a>
<a href="../doc/documentation/08-client-layout-system.md.html">Window management</a>
@{03-declarative-layout.md|The widget system}
@{09-options.md|Startup options}
@{05-awesomerc.md|The default rc.lua}
@{08-client-layout-system.md|Window management}
</div>
</div>