Skip to content

Commit b543046

Browse files
authored
Fix the links of contributing guide. (#1058)
1 parent b975d10 commit b543046

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# JSON Schema documentation contributing guide
1+
# Docs Contributing Guide
22

3-
This guide describes the workflow to contribute to the JSON Schema technical documentation. If you would like to contribute to other aspects of the JSON Schema website, like writing blog articles or publishing a case study, please read the website's [Contributing Guide](/website/CONTRIBUTING.md) for more details.
3+
This guide describes the workflow to contribute to the JSON Schema technical documentation. If you would like to contribute to other aspects of the JSON Schema website, like writing blog articles or publishing a case study, please read the website's [Contributing Guide](https://github.com/json-schema-org/website/blob/main/CONTRIBUTING.md) for more details.
44

55
## Welcome
66
Thank you for helping us improve our documentation.
@@ -13,22 +13,22 @@ To contribute to the JSON Schema documentation you will need to complete the fol
1313
1. [Create a GitHub account](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github), if you don't have one already.
1414
2. Read our [Code of Conduct](https://json-schema.org/overview/code-of-conduct).
1515
3. [Install the JSON Schema website](https://github.com/json-schema-org/website/blob/main/INSTALLATION.md) on your computer.
16-
4. Read our style guide.
16+
4. Read our [style guide](https://json-schema.org/md-style-guide).
1717

1818
## Community engagement
1919
To stay updated with news about the JSON Schema project and its documentation, engage with our team, ask questions, and discuss ideas, please join our [Slack workspace](https://json-schema.org/slack). We particularly recommend the following channels:
2020

21-
- #documentation: Discussions related to the JSON Schema documentation.
21+
- `#documentation`: Discussions related to the JSON Schema documentation.
2222

23-
- #website: Discussions related to our website.
23+
- `#website`: Discussions related to our website.
2424

25-
- #introductions: Self-introductions and connecting with other members of the community.
25+
- `#introductions`: Self-introductions and connecting with other members of the community.
2626

27-
- #community-announcements: Events and updates related to the JSON Schema project.
27+
- `#community-announcements`: Events and updates related to the JSON Schema project.
2828

29-
- #anouncements: Important announcement from the JSON Schema organization.
29+
- `#anouncements`: Important announcement from the JSON Schema organization.
3030

31-
- #stack-overflow: Stack overflow questions tagged with JSON Schema.
31+
- `#stack-overflow`: Stack overflow questions tagged with JSON Schema.
3232

3333
## Best practices
3434

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To publish a case study, we encourage you to join `#adopters` channel in our [Sl
6161

6262
### 📋 Improving the Documentation
6363

64-
Want to help us improve the JSON Schema documentation? Check out our Contributing guide for docs and Style guide. These documents will give you the basics of our processes to get you started and text-formatting guidelines to create consistent documentation for JSON Schema.
64+
Want to help us improve the JSON Schema documentation? Check out our [docs Contributing guide](https://github.com/json-schema-org/website/blob/main/CONTRIBUTING-docs.md) for docs and Style guide. These documents will give you the basics of our processes to get you started and text-formatting guidelines to create consistent documentation for JSON Schema.
6565

6666
### 🌐 Improving the Website
6767

0 commit comments

Comments
 (0)