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`
pull/1206/head
NOUNI El bachir 6 months ago committed by GitHub
parent 366f5d2850
commit 21da6ac4b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save