From 5824ab93ca70eb2ebe86a261aa313c21d5614f83 Mon Sep 17 00:00:00 2001 From: Kai Liao <140431279+kliao-csa@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:57:40 -0600 Subject: [PATCH] Fix links in CI CD docs (#30685) * Update index.md * Restyled by prettier-markdown (#30686) Co-authored-by: Restyled.io --------- Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io --- docs/ci-cd/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/ci-cd/index.md b/docs/ci-cd/index.md index 3f9f808b7d64b0..3cc36d6ae4765e 100644 --- a/docs/ci-cd/index.md +++ b/docs/ci-cd/index.md @@ -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 @@ -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