From 3b5605906d63757efc3c99dee694cbfd0e736f88 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Thu, 4 Jan 2024 13:00:00 -0600 Subject: [PATCH] Version and space corrections. --- README.md | 6 +++--- release_docs/INSTALL_CMake.txt | 2 +- test/API/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30f13540cba..944b3255fea 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ DOCUMENTATION ------------- This release is fully functional for the API described in the documentation. - https://docs.hdfgroup.org/hdf5/develop/_l_b_a_p_i.html + https://docs.hdfgroup.org/hdf5/v1_14/_l_b_a_p_i.html Full Documentation and Programming Resources for this release can be found at - https://docs.hdfgroup.org/hdf5/develop/index.html + https://docs.hdfgroup.org/hdf5/v1_14/index.html -The latest doxygen documentation generated on changes to develop is available at: +The latest doxygen documentation generated on changes to HDF5 1.14.x is available at: https://hdfgroup.github.io/hdf5/ diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index ba26198ba19..7839f428492 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -826,7 +826,7 @@ ALLOW_UNSUPPORTED "Allow unsupported combinations of configure opti HDF5_EXTERNAL_LIB_PREFIX "Use prefix for custom library naming." "" HDF5_DISABLE_COMPILER_WARNINGS "Disable compiler warnings" OFF HDF5_ENABLE_ALL_WARNINGS "Enable all warnings" OFF -HDF5_SHOW_ALL_WARNINGS "Show all warnings (i.e. not suppress "noisy" ones internally)" OFF +HDF5_SHOW_ALL_WARNINGS "Show all warnings (i.e. not suppress "noisy" ones internally)" OFF HDF5_ENABLE_CODESTACK "Enable the function stack tracing (for developer debugging)." OFF HDF5_ENABLE_COVERAGE "Enable code coverage for Libraries and Programs" OFF HDF5_ENABLE_DEBUG_APIS "Turn on extra debug output in all packages" OFF diff --git a/test/API/README.md b/test/API/README.md index 2f5a0650412..9ee1963fd52 100644 --- a/test/API/README.md +++ b/test/API/README.md @@ -42,7 +42,7 @@ Currently unsupported These API tests currently only support usage with the native HDF5 VOL connector and HDF5 VOL connectors that can be loaded dynamically as a plugin. For information on how to build a VOL -connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](https://docs.hdfgroup.org/hdf5/develop/_v_o_l__connector.html). +connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](https://docs.hdfgroup.org/hdf5/v1_14/_v_o_l__connector.html). TODO: section on building VOL connectors alongside HDF5 for use with tests