Skip to content

Commit

Permalink
Fix links in CI CD docs (#30685)
Browse files Browse the repository at this point in the history
* Update index.md

* Restyled by prettier-markdown (#30686)

Co-authored-by: Restyled.io <[email protected]>

---------

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2023
1 parent 14d7054 commit 692496c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/ci-cd/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ tools/*

## Project Information

- [Build Guide](../guides/BUILDING.html)
- [Build Guide](../guides/BUILDING.md)
- Sphinx documentation framework
- New directories and individual files must be added to the
[tree](https://github.com/project-chip/connectedhomeip/blob/master/docs/index.md)
- New files under directories must be added to the tree in the index file;
see above. Glob and regular expressions may be used to include all
- The
[documentation page](https://project-chip.github.io/connectedhomeip-doc/)
is the end product
- Links can be relative; links ending in ".md" in the code will be
reflected as ".html" on that page
- Pull Requests
- Built in style and spelling checks must be satisfied
- Larger changes should go through an approval process; reviewers are
Expand All @@ -31,7 +36,7 @@ Work In Progress

## Tools

- [Daily Fail Summary](tools/daily_fail_summary.html)
- [Daily Fail Summary](tools/daily_fail_summary.md)

## To Do

Expand Down

0 comments on commit 692496c

Please sign in to comment.