diff --git a/.github/workflows/check_docs_config.yaml b/.github/workflows/check_docs_config.yaml index 378e8c920d..2efc7b0e9d 100644 --- a/.github/workflows/check_docs_config.yaml +++ b/.github/workflows/check_docs_config.yaml @@ -1,4 +1,4 @@ -name: Documentation Config Checks +name: Documentation Checks on: push: @@ -21,7 +21,11 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.9 - - name: Run Checks + - name: Check Config run: | pip install pyyaml python docs/ci/check_mkdocs_config.py + - name: Check Links + run: | + pip install linkcheckmd requests + python -m linkcheckmd docs --recurse diff --git a/docs/docs/extend/integrate.md b/docs/docs/extend/integrate.md index 4d59fc48ce..b1143d388e 100644 --- a/docs/docs/extend/integrate.md +++ b/docs/docs/extend/integrate.md @@ -8,7 +8,7 @@ A list of known third-party InvenTree extensions is provided below. If you have ### Ki-nTree -[Ki-nTree](https://github.com/sparkmicro/Ki-nTree/) is a fantastic tool for automated creation of [KiCad](https://kicad-pcb.org/) library parts, with direct integration with InvenTree. +[Ki-nTree](https://github.com/sparkmicro/Ki-nTree/) is a fantastic tool for automated creation of [KiCad](https://www.kicad.org/) library parts, with direct integration with InvenTree. ### PK2InvenTree