Skip to content

Commit 2408bf7

Browse files
Refactor image paths in contribution guidelines
1 parent 1a29ef6 commit 2408bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/development/contribution-guidelines.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ This guide will walk you through the new feature introduced in the latest releas
8484

8585
For more details, check the [official documentation](https://docs.openipc.org).
8686

87-
This is an image [Example Image](/src/assets/images/example-image.png)
87+
This is an image [Example Image](../../../images/example-image.png)
8888
```
8989
:::caution
90-
Please place your image in `/src/assets/images`so that you can use it like this `[Example Image](/src/assets/images/example-image.png)`
90+
Please place your image in `/src/assets/images`so that you can use it like this `[Example Image](../../../images/example-image.png)`
9191
:::
9292

9393
### 7. Add Your Page to the Sidebar Navigation (If Required)

0 commit comments

Comments
 (0)