Skip to content

Commit 801c57e

Browse files
authored
Merge pull request #196 from kabilar/image-links
Fix image links in the `system-architecture` page
2 parents 3d78891 + 5ea338f commit 801c57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer-guide/system-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The DANDI platform is essentially composed of:
1616
These services interconnect as follows:
1717

1818
<img
19-
src="../img/client_requests.jpg"
19+
src="../../img/client_requests.jpg"
2020
alt="client_requests"
2121
style="width: 90%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
2222

@@ -31,7 +31,7 @@ style="width: 90%; height: auto; display: block; margin-left: auto; margin-righ
3131
## Key Components
3232

3333
<img
34-
src="../img/deployment.jpg"
34+
src="../../img/deployment.jpg"
3535
alt="dandi_deployment"
3636
style="width: 90%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
3737

0 commit comments

Comments
 (0)