diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-25 15:20:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-03 20:11:07 +0700 |
| commit | d11c035cec5665d6826737ebeeb51b44f4034b28 (patch) | |
| tree | bcd7d4e12a0a413921bd7e48b01eac78b5061125 /_www/doc/index.adoc | |
| parent | b46690ac8700b82a2380ba4c201c3094bd60ea48 (diff) | |
| download | gorankusu-d11c035cec5665d6826737ebeeb51b44f4034b28.tar.xz | |
_www/doc: fix links on documentation
Diffstat (limited to '_www/doc/index.adoc')
| -rw-r--r-- | _www/doc/index.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_www/doc/index.adoc b/_www/doc/index.adoc index f0536aa..b19afcd 100644 --- a/_www/doc/index.adoc +++ b/_www/doc/index.adoc @@ -4,14 +4,14 @@ == Documentation -link:CHANGELOG.html[CHANGELOG^]:: History of each release. +link:/doc/CHANGELOG.html[CHANGELOG^]:: History of each release. -link:README.html[README^]:: Manual page for gorankusu' users. +link:/doc/README.html[README^]:: Manual page for gorankusu' users. -link:SPECS.html[Specification^]:: Manual page for gorankusu' developers. +link:/doc/SPECS.html[Specification^]:: Manual page for gorankusu' developers. -== Development +== Links https://git.sr.ht/~shulhan/gorankusu[Repository^]:: Link to the source code. |
