From 4dbd87d187ee992cccba85ab4766efb48a43efbc Mon Sep 17 00:00:00 2001 From: Charles Ngor Date: Thu, 14 Dec 2023 14:26:00 +0100 Subject: [PATCH 1/2] Fix broken links --- _shared_content/develop/guides/formats/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_shared_content/develop/guides/formats/overview.md b/_shared_content/develop/guides/formats/overview.md index c2f976dd1c..5a29bf8ffd 100644 --- a/_shared_content/develop/guides/formats/overview.md +++ b/_shared_content/develop/guides/formats/overview.md @@ -41,7 +41,7 @@ The parser is a set of instructions that schedules how information will be extra The parser is written in YAML format. -Refer to the [How to write a parser documentation](write_a_parser.md#general) to develop your own parser. +Refer to the [How to write a parser documentation](parser.md#general) to develop your own parser. ## Definition of smart descriptions @@ -63,4 +63,4 @@ A smart description consists of: A relationship relies on a `source`, a `target` and a word (`type`) to describe the relationship -Take a look at the [How to write smart-descriptions guide](write_smartdescriptions.md) for more details. +Take a look at the [How to write smart-descriptions guide](smartdescriptions.md) for more details. From 206782bac9229d9ac7b22746e6f9cbad9b406901 Mon Sep 17 00:00:00 2001 From: Khaoula Ettaleb <49680698+ka0ula@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:31:01 +0100 Subject: [PATCH 2/2] Update _shared_content/develop/guides/formats/overview.md --- _shared_content/develop/guides/formats/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_shared_content/develop/guides/formats/overview.md b/_shared_content/develop/guides/formats/overview.md index 5a29bf8ffd..efce3c0338 100644 --- a/_shared_content/develop/guides/formats/overview.md +++ b/_shared_content/develop/guides/formats/overview.md @@ -41,7 +41,7 @@ The parser is a set of instructions that schedules how information will be extra The parser is written in YAML format. -Refer to the [How to write a parser documentation](parser.md#general) to develop your own parser. +Refer to the [How to write a parser documentation](parser.md) to develop your own parser. ## Definition of smart descriptions