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