diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b269f84..228e8992 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: echo "::add-matcher::.github/doxygen.json" ./gen_doc.sh echo "::remove-matcher owner=doxygen::" - working-directory: ./DoxyGen + working-directory: ./Doxygen - name: Run linkchecker run: | diff --git a/README.md b/README.md index 9fd645dd..3f02ca8e 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ It provides optimized compute kernels for Cortex-M and for Cortex-A. On Cortex-M, different variants are available according to the core and most of the functions are using a vectorized version when the Helium extension is available. -[Documentation](https://arm-software.github.io/CMSIS_5/DSP/html/index.html) is available as part of [CMSIS](https://github.com/ARM-software/CMSIS_5) repository. +The latest [Documentation](https://arm-software.github.io/CMSIS-DSP/main) is here https://arm-software.github.io/CMSIS-DSP/main. + ### Kernels