Skip to content

Commit

Permalink
Merge pull request #198 from VisLab/develop
Browse files Browse the repository at this point in the history
Corrected broken link
  • Loading branch information
VisLab authored Jul 23, 2024
2 parents 0ab4269 + 8240ee2 commit 7805dd7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
@@ -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'
3 changes: 3 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- This file lists all links/regex to be ignored by lychee in the link checker -->
(_anchor|-anchor)

8 changes: 4 additions & 4 deletions hedweb/templates/hed-tools-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ <h4>HED online tools summary</h4>
are used by schema developers creating the HED vocabularies and are not of interest to annotators or analysts.</p>

<p>
More detailed help on using these online tools is available at:
<a href="https://www.hed-resources.org/en/latest/HedOnlineTools.html#"><b>HED online tools</b></a>
More detailed help on using these online tools is available in the
<a href="https://www.hed-resources.org/en/latest/HedOnlineTools.html#"><b>HED online tools</b></a> documentation.
</p>

<h4>HED REST services</h4>
<p>
The HED online tools are also available as callable web services. More detailed help on calling these
services is available at:
<a href="https://www.hed-resources.org/en/latest/HedOnlineTools.html#hed-restful-services"><b>HED RESTful services</b></a>
Downloadable examples of calling these services from a MATLAB program can be found at:
<a href="https://github.com/hed-standard/hed-matlab/tree/main/hedmat/web_services">
Downloadable examples of calling these services from a MATLAB program can be found in the
<a href="https://github.com/hed-standard/hed-matlab/tree/main/hedmat/web_services_demos">
GitHub MATLAB web service examples</a>.
</p>

Expand Down

0 comments on commit 7805dd7

Please sign in to comment.