File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
- name : check
43
43
run : |
44
44
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
47
47
Original file line number Diff line number Diff line change @@ -75,6 +75,6 @@ For more information see USING_CMake_Examples.txt in the install folder.
75
75
===========================================================================
76
76
77
77
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
79
79
80
80
Bugs should be reported to help@hdfgroup.org.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ For more information on the HDF5 versioning and backward and forward compatibili
94
94
- ` $ bin/h5vers -s X.Y.Z-{SR+1}; `
95
95
- ` $ git commit -m "Updated release preparation branch version number to X.Y.Z-{SR+1}" `
96
96
- ` $ 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"
98
98
8 . ** OBSOLETE CURRENTLY **
99
99
Most will disappear when autotools support is removed, and none of these are currently necessary
100
100
Update default configuration mode
You can’t perform that action at this time.
0 commit comments