From 978aa2d1b6921b298f31e47d20a59da6cb9d16c1 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 28 Nov 2023 15:55:06 +0100 Subject: [PATCH] Fix the 404 for dist git interaction diagram When opening the diagram thrown 404. This was caused by typo in :target:. Signed-off-by: Michal Konecny --- docs/dist-git-move/summary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dist-git-move/summary.rst b/docs/dist-git-move/summary.rst index 5ad5781..e2967a5 100644 --- a/docs/dist-git-move/summary.rst +++ b/docs/dist-git-move/summary.rst @@ -11,7 +11,7 @@ Here is a diagram showing all the interactions between dist git and services in infrastructure. .. image:: ../_static/dist_git_interactions.drawio.png - :target: ../_images/dist_git_interaction.drawio.png + :target: ../_images/dist_git_interactions.drawio.png API ----