From 470f6fde6b3b91b02e6d0f5e8349f9c1bfc3e6b2 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 28 Jun 2022 10:33:44 +0200 Subject: [PATCH] Documentation update --- .github/workflows/build.yaml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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