Skip to content

Commit 3363183

Browse files
authored
fixed linkchecker filename (#5827)
1 parent f475d00 commit 3363183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
--verbose
4949
--base ${{ steps.build_docs.outputs.html_path }}
5050
--max-retries 4
51-
--max-concurrency 8
51+
--max-concurrency 4
5252
--retry-wait-time 10
5353
--timeout 30
5454
--user-agent "Mozilla/5.0 (compatible; Lychee/v0.1)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HDF5 version 2.0.0-2 currently under development
1919
[![HDF5 VFD build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/vfd.yml?branch=develop&label=HDF5-VFD)](https://github.com/HDFGroup/hdf5/actions/workflows/vfd.yml?query=branch%3Adevelop)
2020
[![BSD](https://img.shields.io/badge/License-BSD-blue.svg)](https://github.com/HDFGroup/hdf5/blob/develop/LICENSE)
2121
[![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/hdf5.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#hdf5)
22-
[![Link Checker Status](https://github.com/HDFGroup/hdf5/actions/workflows/link-checker.yml/badge.svg)](https://github.com/HDFGroup/hdf5/actions/workflows/link-checker.yml)
22+
[![Link Checker Status](https://github.com/HDFGroup/hdf5/actions/workflows/linkchecker.yml/badge.svg)](https://github.com/HDFGroup/hdf5/actions/workflows/linkchecker.yml)
2323

2424
[HPC configure/build/test results](https://my.cdash.org/index.php?project=HDF5)
2525

0 commit comments

Comments
 (0)