From dd5a9c68e029d054723e83efdc1af01c2e4301de Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 6 Mar 2024 09:41:03 +0100 Subject: [PATCH] docs: update the links, add one markdown link check --- .github/workflows/test-build-docs.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-build-docs.yml b/.github/workflows/test-build-docs.yml index ad8649c..5c6fcba 100644 --- a/.github/workflows/test-build-docs.yml +++ b/.github/workflows/test-build-docs.yml @@ -20,3 +20,5 @@ jobs: - name: Build the docs run: | cd docs && make html + - name: markdown-link-check + uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 diff --git a/README.md b/README.md index 436fdd3..77492c2 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ Thanks for your contribution! Please refer to our [Contributing Guide](CONTRIBUT [hello-world]: https://github.com/espressif/esp-idf/tree/master/examples/get-started/hello_world [supported-targets]: https://github.com/espressif/esp-idf/tree/v5.0#esp-idf-release-and-soc-compatibility [doc]: https://docs.espressif.com/projects/idf-build-apps/en/latest/ -[api-doc]: https://docs.espressif.com/projects/idf-build-apps/en/latest/api.html +[api-doc]: https://docs.espressif.com/projects/idf-build-apps/en/latest/api/modules.html