From 8240ee2be62d7a4b341eb42b5d757583b48bf2c1 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:01:46 -0500 Subject: [PATCH] Updated a broken link on home page --- .github/workflows/links.yaml | 24 ++++++++++++++++++++++++ .lycheeignore | 3 +++ hedweb/templates/hed-tools-home.html | 8 ++++---- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/links.yaml create mode 100644 .lycheeignore diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml new file mode 100644 index 0000000..b1e9891 --- /dev/null +++ b/.github/workflows/links.yaml @@ -0,0 +1,24 @@ +--- +name: Lychee link checker + +on: + workflow_dispatch: + +permissions: + contents: read + +jobs: + codespell: + name: Lychee link checker + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Link Checker + id: lychee + uses: lycheeverse/lychee-action@v1 + with: + # Check all markdown, html and reStructuredText files in repo (default) + args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' \ No newline at end of file diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 0000000..2ed7bd0 --- /dev/null +++ b/.lycheeignore @@ -0,0 +1,3 @@ + +(_anchor|-anchor) + diff --git a/hedweb/templates/hed-tools-home.html b/hedweb/templates/hed-tools-home.html index 0ffe1f3..b2ae77e 100644 --- a/hedweb/templates/hed-tools-home.html +++ b/hedweb/templates/hed-tools-home.html @@ -112,8 +112,8 @@

HED online tools summary

are used by schema developers creating the HED vocabularies and are not of interest to annotators or analysts.

- More detailed help on using these online tools is available at: - HED online tools + More detailed help on using these online tools is available in the + HED online tools documentation.

HED REST services

@@ -121,8 +121,8 @@

HED REST services

The HED online tools are also available as callable web services. More detailed help on calling these services is available at: HED RESTful services - Downloadable examples of calling these services from a MATLAB program can be found at: - + Downloadable examples of calling these services from a MATLAB program can be found in the + GitHub MATLAB web service examples.