doc: fix reference for the latest hugo ver

This commit is contained in:
ToruNiina
2024-07-06 01:31:20 +09:00
parent be7d7257c9
commit 58ddb8f589
2 changed files with 8 additions and 8 deletions

View File

@@ -7,19 +7,19 @@ type = "docs"
English version is [here](../en/)
## [Installation]({{< relref "/installation" >}})
## [Installation](docs/installation)
toml11のインストール方法について説明します。
## [Features]({{< relref "/features" >}})
## [Features](docs/features)
toml11の機能と使い方を例に沿って説明します。
## [Reference]({{< relref "/reference" >}})
## [Reference](docs/reference)
toml11が持つ関数・クラスの詳細を説明します。
## [ChangeLog]({{< relref "/changelog" >}})
## [ChangeLog](docs/changelog)
v3系から、そしてリリースごとの変化を説明します。