From 7d6f3f323fd90cb081542f933c2e2275e17128a6 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 16 Oct 2023 17:02:22 +0200 Subject: [PATCH] Repair links --- src/guide/preserves.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/preserves.md b/src/guide/preserves.md index 9dff7c5..aa6503f 100644 --- a/src/guide/preserves.md +++ b/src/guide/preserves.md @@ -344,9 +344,9 @@ Here's the Preserves value equivalent to the example above, expressed using the definitions for [mdBook](https://rust-lang.github.io/mdBook/for_developers/preprocessors.html), the system used to render these pages. I use a real [Preserves schema - definition](https://git.syndicate-lang.org/synit/synit/src/branch/main/manual/book.prs) for + definition](https://git.syndicate-lang.org/synit/synit-manual/src/branch/main/book.prs) for parsing and producing Serde's JSON representation of mdBook `Book` structures in order to - [preprocess the text](https://git.syndicate-lang.org/synit/synit/src/branch/main/manual/mdbook-ditaa). + [preprocess the text](https://git.syndicate-lang.org/synit/synit-manual/src/branch/main/mdbook-ditaa). [^lose-compatibility]: By doing so, we lose compatibility with the Serde structures, but the point is to show the kinds of schemas available to us once we move away from strict