Skip to content

Commit 6397a47

Browse files
Fix broken links in various docs
1 parent 9ee86d0 commit 6397a47

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

CONTRIBUTING.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,22 @@ Want to contribute? Great! First, read this page (including the small
55
print at the end).
66
By submitting a pull request, you represent that you have the right to license your contribution to Zigbee and the
77
community, and agree by submitting the patch that your contributions are licensed under the
8-
[Apache 2.0 license](./LICENSE.md).
8+
[Apache 2.0 license](./LICENSE).
99

1010
Before submitting the pull request, please make sure you have tested your changes and that they follow the project
11-
[guidelines for contributing code](./docs/CONTRIBUTION_GUIDELINES.md).
12-
11+
[guidelines for contributing code](#pull-request-requirements).
1312

1413
## Becoming a Member
1514

16-
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip/connectedhomeip.git)
15+
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip)
1716
* Must be a member of the Zigbee Alliance CHIP TSG Working Group
1817
* Have signed the Zigbee CHIP WG CLA
1918
* Have signed up as a Tiger team member in one of the follow roles: Lead, Spec Writer, Developer (or exception granted), Code Approvers, or Support Staff
2019
* Have approval from your company's official approver
2120

2221
## Becoming a Contributor
2322

24-
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip/connectedhomeip.git)
23+
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip)
2524
* Must be a member of the Zigbee Alliance CHIP TSG Working Group
2625
* Have signed the Zigbee CHIP WG CLA
2726
* Agree to the [Code of Conduct](./CODE_OF_CONDUCT.md)
@@ -144,7 +143,7 @@ git push origin <branch-name>
144143

145144
This will trigger the continuous-integration checks. You
146145
can view the results in the respective services. Note that the integration
147-
checks will report failures on occasion.
146+
checks will report failures on occasion.
148147

149148
#### Pull Request Requirements
150149

@@ -169,8 +168,8 @@ CHIP considers there to be a few different types of pull requests:
169168
- - Decription 2
170169

171170
### Prior to review, all changes require:
172-
- [GitHub Workflows](../.github/workflows) pass
173-
- [Certification Tests](tests/certification/README.md) pass
171+
- [GitHub Workflows](.github/workflows) pass
172+
- [Certification Tests](tests/certification/README.md) pass
174173
- [Fuzz Tests](tests/fuzz/README.md) pass
175174
- [Integration Tests](tests/integration/README.md) pass
176175
- Linting passes
@@ -201,8 +200,8 @@ your development branch and update.
201200
#### Merge Requirements
202201

203202
* Passes [Review Requirements](#review-requirements)
204-
* [GitHub Workflows](../.github/workflows) pass
205-
* [Certification Tests](tests/certification/README.md) pass
203+
* [GitHub Workflows](.github/workflows) pass
204+
* [Certification Tests](tests/certification/README.md) pass
206205
* [Fuzz Tests](tests/fuzz/README.md) pass
207206
* [Integration Tests](tests/integration/README.md) pass
208207
* Linting passes
@@ -214,6 +213,6 @@ your development branch and update.
214213

215214
Documentation undergoes the same review process as code
216215

217-
See the [Documentation Style Guide][doc-style] for more information on
216+
See the [Documentation Style Guide](docs/STYLE_GUIDE.md) for more information on
218217
how to author and format documentation for contribution.
219218

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
All documentation is inside of the [docs section](./docs/README.md)
99

10-
Instructions about how to build and develop CHIP can be found [here](./docs/README.md#BuildingandDeveloping).
10+
Instructions about how to build and develop CHIP can be found [here](./docs/README.md#building-and-developing).
1111

1212
# Need help?
1313

docs/STYLE_GUIDE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CHIP documentation lives here:
44

5-
* **GitHub** — All guides and tutorials across the complete [Project-CHIP organization](https://github/project-chip).
5+
* **GitHub** — All guides and tutorials across the complete [Project-CHIP organization](https://github.com/project-chip).
66

77
See [CONTRIBUTING.md](../CONTRIBUTING.md) for general information on contributing to this project.
88

@@ -42,7 +42,7 @@ The text of a link should be descriptive, so it's clear what the link is for:
4242
4343
## Markdown guidelines
4444

45-
Use standard Markdown when authoring CHIP documentation. While HTML may be used for more complex content such as tables, use Markdown as much as possible.
45+
Use standard Markdown when authoring CHIP documentation. While HTML may be used for more complex content such as tables, use Markdown as much as possible.
4646

4747
> Note: Edit this file to see the Markdown behind the examples.
4848

0 commit comments

Comments
 (0)