From 81eb8108c26249790efc2aabc8dd7bc7bf38e1f4 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 5 Jul 2024 17:05:48 +0300 Subject: [PATCH] docs: fix an error in reference --- rendercv/data/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/data/generator.py b/rendercv/data/generator.py index bfba110b..b9879936 100644 --- a/rendercv/data/generator.py +++ b/rendercv/data/generator.py @@ -110,7 +110,7 @@ def generate_json_schema() -> dict[str, Any]: """Generate the JSON schema of RenderCV. JSON schema is generated for the users to make it easier for them to write the input - file. The JSON Schema of RenderCV is saved in the `docs` directory of the repository + file. The JSON Schema of RenderCV is saved in the root directory of the repository and distributed to the users with the [JSON Schema Store](https://www.schemastore.org/).