From c1f6b3af5da634d53301d871d6c9cd65a5548c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= Date: Mon, 27 May 2024 10:44:39 +0200 Subject: [PATCH] Fixes URI for images --- versions/1-alpha/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/1-alpha/README.md b/versions/1-alpha/README.md index bd2cf4e..5fa036e 100644 --- a/versions/1-alpha/README.md +++ b/versions/1-alpha/README.md @@ -76,7 +76,7 @@ It can be that the same text can be discussed using more than one different stru Taking the novel *Dracula*, the text can be modeled as follows: -![Citation tree example diagram](assets/img/citation-tree_dracula-example.png) +![Citation tree example diagram](../../assets/img/citation-tree_dracula-example.png) ## About URI Templates @@ -848,7 +848,7 @@ The `CitableUnits` listed in the returned `member` property must be in document This is a "pre-order, depth first" traversal moving through nodes of the citation tree as follows: -!["pre-order, depth first traversal example"](./assets/img/tree-traversal_example.png) +!["pre-order, depth first traversal example"](../../assets/img/tree-traversal_example.png) ### Response Headers