Skip to content

Commit 3448276

Browse files
authored
Fix last linkcheck issues and linkchecker must pass (#5350)
* Ignore warnings so only errors fail
1 parent 0b55bcd commit 3448276

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linkchecker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: check
4343
run: |
4444
cd build/hdf5lib_docs/html
45-
linkchecker --ignore-url=/doxygen.css --check-extern ./index.html
46-
continue-on-error: true
45+
linkchecker --no-warnings --ignore-url=/doxygen.css --check-extern ./index.html
46+
#continue-on-error: true
4747

config/cmake/README.md.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ For more information see USING_CMake_Examples.txt in the install folder.
7575
===========================================================================
7676

7777
Documentation for this release can be found at the following URL:
78-
https://support.hdfgroup.org/releases/hdf5/@H5_VERS_MAJOR@_@H5_VERS_MINOR@/@H5_VERS_MAJOR@_@H5_VERS_MINOR@_@H5_VERS_RELEASE@/documentation/doxygen/index.html
78+
https://support.hdfgroup.org/releases/hdf5/v@H5_VERS_MAJOR@_@H5_VERS_MINOR@/v@H5_VERS_MAJOR@_@H5_VERS_MINOR@_@H5_VERS_RELEASE@/documentation/doxygen/index.html
7979

8080
Bugs should be reported to help@hdfgroup.org.

release_docs/RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For more information on the HDF5 versioning and backward and forward compatibili
9494
- `$ bin/h5vers -s X.Y.Z-{SR+1};`
9595
- `$ git commit -m "Updated release preparation branch version number to X.Y.Z-{SR+1}"`
9696
- `$ git push`
97-
7. Replace https://hdfgroup.github.io/hdf5/develop in md files with https://support.hdfgroup.org/releases/hdf5/X.Y/X.Y.Z/documentation/doxygen
97+
7. Replace "hdfgroup.github.io/hdf5/develop" in md files with "support.hdfgroup.org/releases/hdf5/vX.Y/vX.Y.Z/documentation/doxygen"
9898
8. ** OBSOLETE CURRENTLY **
9999
Most will disappear when autotools support is removed, and none of these are currently necessary
100100
Update default configuration mode

0 commit comments

Comments
 (0)