Skip to content

Commit aebdb74

Browse files
authored
Merge pull request #3972 from jeyrce/main
fix(doc): Change the image directory contribute -> contributing
2 parents 1c387c0 + 76cefdf commit aebdb74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,28 +171,28 @@ Have you noticed a typo or found some wonky formatting? For small contributions
171171
172172
1. Each page in Clickhouse.com/docs has an **Edit this page** link at the top:
173173
174-
![The ClickHouse Docs website with the edit button highlighted.](./static/images/contribute/readme-edit-this-page.png)
174+
![The ClickHouse Docs website with the edit button highlighted.](./static/images/contributing/readme-edit-this-page.png)
175175
176176
Click this button to edit this page in GitHub.
177177
178178
1. Once you're in GitHub, click the pencil icon to edit this page:
179179

180-
![README Pencil Icon](./static/images/contribute/readme-pencil-icon.png)
180+
![README Pencil Icon](./static/images/contributing/readme-pencil-icon.png)
181181

182182
1. GitHub will _fork_ the repository for you. This creates a copy of the `clickhouse-docs` repository on your personal GitHub account.
183183
1. Make your changes in the textbox. Once you're done, click **Commit changes**:
184184
185-
![README Commit Changes](./static/images/contribute/readme-commit-changes.png)
185+
![README Commit Changes](./static/images/contributing/readme-commit-changes.png)
186186
187187
1. In the **Propose changes** popup, enter a descriptive title to explain the changes you just made. Keep this title to 10 words or less. If your changes are fairly complex and need further explanation, enter your comments into the **Extended description** field.
188188
1. Make sure **Create a new branch** is selected, and click **Propose changes**:
189189
190-
![README Propose Changes](./static/images/contribute/readme-propose-changes.png)
190+
![README Propose Changes](./static/images/contributing/readme-propose-changes.png)
191191
192192
1. A new page should open with a new pull request. Double-check that the title and description are accurate.
193193
1. If you've spoken to someone on the docs team about your changes, tag them into the **Reviewers** section:
194194

195-
![README Create Pull Request](./static/images/contribute/readme-create-pull-request.png)
195+
![README Create Pull Request](./static/images/contributing/readme-create-pull-request.png)
196196

197197
If you haven't mentioned your changes to anyone yet, leave the **Reviewers** section blank.
198198

0 commit comments

Comments
 (0)