From 21da6ac4b37a3d725070626c7ff482ba120c536f Mon Sep 17 00:00:00 2001 From: NOUNI El bachir Date: Sun, 15 Mar 2026 22:42:08 +0100 Subject: [PATCH] Fix bug (Edges page - basic coloring) The diagram image doesn't show correctly. There is a typo in the image URI. Instead of `/img/advanced_web_service_with_on-premise_colored.png` should be `/img/advanced_web_service_with_on-premises_colored.png` --- docs/guides/edge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/edge.md b/docs/guides/edge.md index c1bfced6..4e2daf44 100644 --- a/docs/guides/edge.md +++ b/docs/guides/edge.md @@ -65,7 +65,7 @@ with Diagram(name="Advanced Web Service with On-Premises (colored)", show=False) >> Edge(color="darkorange") \ >> aggregator ``` -![advanced web service with on-premise diagram colored](/img/advanced_web_service_with_on-premise_colored.png) +![advanced web service with on-premise diagram colored](/img/advanced_web_service_with_on-premises_colored.png) ## Less Edges