Skip to content

Commit 1a29ef6

Browse files
Refactor image paths in contribution guidelines
1 parent 58e7936 commit 1a29ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ git push origin add-new-page
142142
- Go to the [OpenIPC documentation site](https://docs.openipc.org).
143143
- Find the page that you want to edit and click the **Edit page** button, as shown below:
144144

145-
![Edit Page Button](edit-a-page-1.png)
145+
![Edit Page Button](../../../assets/images/edit-a-page-1.png)
146146

147147
This will take you directly to the corresponding markdown file in the GitHub repository.
148148

@@ -151,15 +151,15 @@ You’ll be taken to the GitHub editor, where you can make changes directly to t
151151

152152
For example:
153153

154-
![Editing the Page in GitHub](/assets/images/edit-a-page-2.png)
154+
![Editing the Page in GitHub](../../../assets/images//edit-a-page-2.png)
155155

156156
### 3. Propose Your Changes
157157
Once you've made your edits:
158158
- Scroll down to the **Propose changes** section.
159159
- Add a short commit message that describes the update.
160160
- Choose whether you want to commit directly to the main branch or create a new branch for the changes.
161161

162-
![Proposing Changes](src/assets/images/edit-a-page-3.png)
162+
![Proposing Changes](../../../assets/images/edit-a-page-3.png)
163163

164164
### 4. Create a Pull Request (If Necessary)
165165
If you've created a new branch, click **Propose changes** to start a Pull Request (PR). In the PR description, explain what changes you made and why.

0 commit comments

Comments
 (0)