Skip to content

Commit 0b55bcd

Browse files
authored
Change md file links to correct locations (#5349)
1 parent d366d72 commit 0b55bcd

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ Please make sure that you check the items applicable to your pull request:
122122
* [ ] If changes were done to Autotools build, were they added to CMake and vice versa?
123123
* [ ] Is the pull request applicable to any other branches? If yes, which ones? Please document it in the GitHub issue.
124124
* [ ] Is the new code sufficiently documented for future maintenance?
125-
* [ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://hdfgroup.github.io/hdf5/develop/api-compat-macros.html)
125+
* [ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://hdfgroup.github.io/hdf5/develop/d7/d26/api-compat-macros.html)
126126
* Documentation
127127
* [ ] Was the change described in the release_docs/RELEASE.txt file?
128-
* [ ] Was the new function documented in the corresponding public header file using [Doxygen](https://hdfgroup.github.io/hdf5/develop/_r_m_t.html)?
128+
* [ ] Was the new function documented in the corresponding public header file using [Doxygen](https://hdfgroup.github.io/hdf5/develop/d0/dbc/_r_m_t.html)?
129129
* [ ] Was new functionality documented for the HDF5 community (the level of documentation depends on the feature; ask us what would be appropriate)
130130
* Testing
131131
* [ ] Does the pull request have tests?

release_docs/INSTALL_Autotools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ III. Full installation instructions for source distributions
376376
source code. For additional configuration options and other details,
377377
see "API Compatibility Macros":
378378

379-
https://hdfgroup.github.io/hdf5/develop/api-compat-macros.html
379+
https://hdfgroup.github.io/hdf5/develop/d7/d26/api-compat-macros.html
380380

381381
4. Building
382382
The library, confidence tests, and programs can be built by

release_docs/INSTALL_CMake.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ These five steps are described in detail below.
723723

724724
For additional configuration options and other details,
725725
see "API Compatibility Macros":
726-
https://hdfgroup.github.io/hdf5/develop/api-compat-macros.html
726+
https://hdfgroup.github.io/hdf5/develop/d7/d26/api-compat-macros.html
727727

728728
11. Building doxygen
729729
One can optionally build the doxygen files for the HDF5 C library.

release_docs/RELEASE_PROCESS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ 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. ** OBSOLETE CURRENTLY **
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
98+
8. ** OBSOLETE CURRENTLY **
9899
Most will disappear when autotools support is removed, and none of these are currently necessary
99100
Update default configuration mode
100101
- `$ git checkout hdf5_X_Y_Z;` and `$ bin/switch_maint_mode -disable ./configure.ac` to disable `AM_MAINTAINER_MODE`.
@@ -106,7 +107,7 @@ For more information on the HDF5 versioning and backward and forward compatibili
106107
- Run `sh ./autogen.sh` to regenerate the UNIX build system files and commit the changes. (use `git status --ignored` to see the changes and `git add -f` to add all files. First delete any new files not to be committed, notably `src/H5public.h~` and `autom4te.cache/`.)
107108
- `$ git push with commit message listing change steps for creating release branch`
108109
** END OBSOLETE CURRENTLY **
109-
8. E-mail hdf5lib@hdfgroup.org to indicate that the code freeze on the release support branch (i.e. hdf5_X_Y) has been lifted and development on the next maintenance release can resume. The code freeze will remain in place on the release preparation branch (i.e. hdf5_X_Y_Z) indefinitely.
110+
9. E-mail hdf5lib@hdfgroup.org to indicate that the code freeze on the release support branch (i.e. hdf5_X_Y) has been lifted and development on the next maintenance release can resume. The code freeze will remain in place on the release preparation branch (i.e. hdf5_X_Y_Z) indefinitely.
110111

111112
### 7. Perform Release Testing (Test Automation Team | Release Manager | Project Leads)
112113
1. Verify that source and binary distributions of HDF5 are acceptable on all target operating environments.
@@ -216,6 +217,6 @@ For more information on the HDF5 versioning and backward and forward compatibili
216217
[u10]: https://github.com/HDFGroup/hdf5/blob/develop/bin/h5vers
217218
[u11]: https://github.com/HDFGroup/hdf5/blob/develop/src/CMakeLists.txt
218219
[u12]: https://github.com/HDFGroup/hdf5/blob/develop/configure.ac
219-
[u13]: https://hdfgroup.github.io/hdf5/develop/api-compat-macros.html
220+
[u13]: https://hdfgroup.github.io/hdf5/develop/d7/d26/api-compat-macros.html
220221
[u14]: https://github.com/HDFGroup/hdf5/releases/tag/snapshot-1.14
221222
[u15]: https://github.com/HDFGroup/hdf5/releases/tag/snapshot

test/API/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HDF5 API Tests
22

33
This directory contains several test applications that exercise HDF5's
4-
public API and serve as regression tests for HDF5 [VOL Connectors](https://hdfgroup.github.io/hdf5/develop/_h5_v_l__u_g.html).
4+
public API and serve as regression tests for HDF5 [VOL Connectors](https://hdfgroup.github.io/hdf5/develop/d7/d31/_h5_v_l__u_g.html).
55

66
## Build Process and options
77

@@ -43,7 +43,7 @@ Currently unsupported
4343

4444
These API tests currently only support usage with the native HDF5 VOL connector and HDF5 VOL
4545
connectors that can be loaded dynamically as a plugin. For information on how to build a VOL
46-
connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](https://hdfgroup.github.io/hdf5/develop/_v_o_l__connector.html).
46+
connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](https://hdfgroup.github.io/hdf5/develop/da/de9/_v_o_l__connector.html).
4747

4848
If an HDF5 VOL connector has been built alongside the library, these API tests can be used
4949
for testing that VOL connector at the same time that HDF5 is test. For more information on

0 commit comments

Comments
 (0)