From 0e4dc006875aafac5b6eee6c40a7b4072fdf5d43 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Sun, 29 Dec 2024 01:40:26 +0800 Subject: [PATCH] chore: Correct the URL in the USE.md file --- examples/nextjs/katharsis.config.toml | 2 +- src/cmd/katharsis.config.toml | 2 +- tests/katharsis.config.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/nextjs/katharsis.config.toml b/examples/nextjs/katharsis.config.toml index 3930d39..518482c 100644 --- a/examples/nextjs/katharsis.config.toml +++ b/examples/nextjs/katharsis.config.toml @@ -1,4 +1,4 @@ -# For more usage instructions, please refer to https://github.com/kurosakishigure/katharsis/blob/canary/USE.md +# For more usage instructions, please refer to https://github.com/kurosakishigure/katharsis/blob/canary/docs/USE.md [rss] title = "The React Framework for the Web" diff --git a/src/cmd/katharsis.config.toml b/src/cmd/katharsis.config.toml index 1303536..bd16146 100644 --- a/src/cmd/katharsis.config.toml +++ b/src/cmd/katharsis.config.toml @@ -1,4 +1,4 @@ -# For more usage instructions, please refer to https://github.com/kurosakishigure/katharsis/blob/canary/USE.md +# For more usage instructions, please refer to https://github.com/kurosakishigure/katharsis/blob/canary/docs/USE.md [rss] title = "Your Website Title" diff --git a/tests/katharsis.config.toml b/tests/katharsis.config.toml index 5f696c7..dc9936b 100644 --- a/tests/katharsis.config.toml +++ b/tests/katharsis.config.toml @@ -1,4 +1,4 @@ -# For more usage instructions, please refer to https://github.com/kurosakishigure/katharsis/blob/canary/USE.md +# For more usage instructions, please refer to https://github.com/kurosakishigure/katharsis/blob/canary/docs/USE.md [rss] title = "The React Framework for the Web"