From d0c9804063122c45325368e9c946e324bcce03d5 Mon Sep 17 00:00:00 2001 From: object-Object Date: Sat, 20 Jul 2024 14:26:39 -0400 Subject: [PATCH] Fix broken relative link --- web/docusaurus/docs/03-guides/01-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docusaurus/docs/03-guides/01-configuration.md b/web/docusaurus/docs/03-guides/01-configuration.md index fbf4db43..6e21a5c9 100644 --- a/web/docusaurus/docs/03-guides/01-configuration.md +++ b/web/docusaurus/docs/03-guides/01-configuration.md @@ -181,7 +181,7 @@ For this reason, it is usually more readable to use root references within array To make your `hexdoc.toml` file easier to maintain, you can add custom fields starting with the prefix `_`. All fields starting with `_` will be silently ignored by hexdoc (instead of raising a validation error for unrecognized fields). -For example, custom fields and placeholders are used by the [hexdoc project templates](./03-template) to define common paths that are used in multiple places: +For example, custom fields and placeholders are used by the [hexdoc project templates](./template) to define common paths that are used in multiple places: