diff --git a/doxygen/aliases b/doxygen/aliases index 221d60e1a61..84c20d5ba24 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -3,10 +3,12 @@ ALIASES += THG="The HDF Group" ################################################################################ # Default URLs (Note that md files do not use any aliases) ################################################################################ -ALIASES += ARCURL="docs.hdfgroup.org/hdf5" +ALIASES += HDFURL="docs.hdfgroup.org/hdf5" +ALIASES += ARCURL="docs.hdfgroup.org/archive/support/HDF5/doc" ALIASES += RFCURL="docs.hdfgroup.org/hdf5/rfc" ALIASES += DSPURL="portal.hdfgroup.org/display/HDF5" ALIASES += DOCURL="portal.hdfgroup.org/documentation/hdf5-docs" +ALIASES += DWNURL="portal.hdfgroup.org/downloads" ALIASES += AEXURL="support.hdfgroup.org/ftp/HDF5/examples" # doxygen subdir (develop, v1_14) ALIASES += DOXURL="hdfgroup.github.io/hdf5/v1_14" @@ -251,7 +253,7 @@ ALIASES += ref_cons_semantics="HDF5 File Image Operations" ALIASES += ref_filter_pipe="Data Flow Pipeline for H5Dread()" ALIASES += ref_group_impls="Group implementations in HDF5" -ALIASES += ref_h5lib_relver="HDF5 Library Release Version Numbers" +ALIASES += ref_h5lib_relver="HDF5 Library Release Version Numbers" ALIASES += ref_mdc_in_hdf5="Metadata Caching in HDF5" ALIASES += ref_mdc_logging="Metadata Cache Logging" ALIASES += ref_news_112="New Features in HDF5 Release 1.12" diff --git a/doxygen/dox/LearnBasics3.dox b/doxygen/dox/LearnBasics3.dox index 65c873d63f0..c71d1615b57 100644 --- a/doxygen/dox/LearnBasics3.dox +++ b/doxygen/dox/LearnBasics3.dox @@ -167,7 +167,7 @@ to a new with a new layout. \section secLBDsetLayoutSource Sources of Information Chunking in HDF5 -(See the documentation on Advanced Topics in HDF5) +(See the documentation on Advanced Topics in HDF5) \see \ref sec_plist in the HDF5 \ref UG.
diff --git a/doxygen/dox/LearnHDFView.dox b/doxygen/dox/LearnHDFView.dox index 7624e42c40d..2f0a0782e60 100644 --- a/doxygen/dox/LearnHDFView.dox +++ b/doxygen/dox/LearnHDFView.dox @@ -7,7 +7,7 @@ This tutorial enables you to get a feel for HDF5 by using the HDFView browser. I any programming experience. \section sec_learn_hv_install HDFView Installation -\li Download and install HDFView. It can be downloaded from the Download HDFView page. +\li Download and install HDFView. It can be downloaded from the Download HDFView page. \li Obtain the storm1.txt text file, used in the tutorial. \section sec_learn_hv_begin Begin Tutorial diff --git a/doxygen/dox/Overview.dox b/doxygen/dox/Overview.dox index 3bb4e17f15e..9609faaed66 100644 --- a/doxygen/dox/Overview.dox +++ b/doxygen/dox/Overview.dox @@ -23,11 +23,11 @@ documents cover a mix of tasks, concepts, and reference, to help a specific \par Versions Version-specific documentation (see the version in the title area) can be found here: - - HDF5 develop branch - - HDF5 1.14.x (this site) - - HDF5 1.12.x - - HDF5 1.10.x - - HDF5 1.8.x + - HDF5 develop branch + - HDF5 1.14.x (this site) + - HDF5 1.12.x + - HDF5 1.10.x + - HDF5 1.8.x \par Search If you are looking for a specific function, constant, type, etc., use the diff --git a/doxygen/dox/UsersGuide.dox b/doxygen/dox/UsersGuide.dox index 13f4edbe3f5..ca478e41ec2 100644 --- a/doxygen/dox/UsersGuide.dox +++ b/doxygen/dox/UsersGuide.dox @@ -342,7 +342,7 @@ These documents provide additional information for the use and tuning of specifi -

Chunking in HDF5

+

Chunking in HDF5

Structuring the use of chunking and tuning it for performance.

@@ -350,7 +350,7 @@ These documents provide additional information for the use and tuning of specifi -

Using the Direct Chunk Write Function

+

Using the Direct Chunk Write Function

Describes another way that chunks can be written to datasets.

@@ -358,7 +358,7 @@ These documents provide additional information for the use and tuning of specifi -

Copying Committed Datatypes with H5Ocopy

+

Copying Committed Datatypes with H5Ocopy

Describes how to copy to another file a dataset that uses a committed datatype or an object with an attribute that uses a committed datatype so that the committed datatype in the destination file can be used by multiple objects.

@@ -366,7 +366,7 @@ These documents provide additional information for the use and tuning of specifi -

Metadata Caching in HDF5

+

Metadata Caching in HDF5

Managing the HDF5 metadata cache and tuning it for performance.

@@ -390,7 +390,7 @@ These documents provide additional information for the use and tuning of specifi -

Modified Region Writes

+

Modified Region Writes

Describes how to set write operations for in-memory files so that only modified regions are written to storage. Available when the Core (Memory) VFD is used.

@@ -398,7 +398,7 @@ These documents provide additional information for the use and tuning of specifi -

Using Identifiers

+

Using Identifiers

Describes how identifiers behave and how they should be treated.

@@ -406,7 +406,7 @@ These documents provide additional information for the use and tuning of specifi -

Using UTF-8 Encoding in HDF5 Applications

+

Using UTF-8 Encoding in HDF5 Applications

Describes the use of UTF-8 Unicode character encodings in HDF5 applications.

@@ -414,7 +414,7 @@ These documents provide additional information for the use and tuning of specifi -

Freeing Memory Allocated by the HDF5 Library

+

Freeing Memory Allocated by the HDF5 Library

Describes how inconsistent memory management can cause heap corruption or resource leaks and possible solutions.

@@ -422,7 +422,7 @@ These documents provide additional information for the use and tuning of specifi -

HDF5 Glossary

+

@ref GLS

A glossary of terms.

diff --git a/doxygen/dox/ViewTools.dox b/doxygen/dox/ViewTools.dox index 0a13daf0268..828a8e9cc1a 100644 --- a/doxygen/dox/ViewTools.dox +++ b/doxygen/dox/ViewTools.dox @@ -48,7 +48,7 @@ Navigate back: \ref index "Main" / \ref GettingStarted \section secViewToolsCommandObtain Obtain Tools and Files (Optional) Pre-built binaries for Linux and Windows are distributed within the respective HDF5 binary release -packages, which can be obtained from the Download HDF5 page. +packages, which can be obtained from the Download HDF5 page. HDF5 files can be obtained from various places such as \ref HDF5Examples and HDF-EOS and Tools and Information Center. Specifically, the following examples are used in this tutorial topic: diff --git a/java/src/hdf/overview.html b/java/src/hdf/overview.html index 8a9d38f249a..74907555534 100644 --- a/java/src/hdf/overview.html +++ b/java/src/hdf/overview.html @@ -91,6 +91,6 @@

and the HDF5 library.

To Obtain

-The JHI5 is included with the HDF5 library. +The JHI5 is included with the HDF5 library. diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 9f0b9b6cc07..9373192912b 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -10,7 +10,7 @@ This file provides instructions for installing the HDF5 software. For help with installing, questions can be posted to the HDF Forum or sent to the HDF Helpdesk: HDF Forum: https://forum.hdfgroup.org/ - HDF Helpdesk: https://hdfgroup.atlassian.net/servicedesk/customer/portals + HDF Helpdesk: https://help.hdfgroup.org/ CONTENTS -------- diff --git a/release_docs/INSTALL_Auto.txt b/release_docs/INSTALL_Auto.txt index 25d33d87f20..9e7c73c1c00 100644 --- a/release_docs/INSTALL_Auto.txt +++ b/release_docs/INSTALL_Auto.txt @@ -15,7 +15,7 @@ Section V: Windows Configuration and Build For help with installing, questions can be posted to the HDF Forum or sent to the HDF Helpdesk: HDF Forum: https://forum.hdfgroup.org/ - HDF Helpdesk: https://hdfgroup.atlassian.net/servicedesk/customer/portals + HDF Helpdesk: https://help.hdfgroup.org/ ======================================================================== @@ -359,7 +359,7 @@ III. Full installation instructions for source distributions source code. For additional configuration options and other details, see "API Compatibility Macros": - hdfgroup.github.io/hdf5/develop/api-compat-macros.html + https://hdfgroup.github.io/hdf5/develop/api-compat-macros.html 4. Building The library, confidence tests, and programs can be built by @@ -490,7 +490,7 @@ IV. Using the Library For information on using HDF5 see the documentation, tutorials and examples found here: - https://portal.hdfgroup.org/display/HDF5/HDF5 + https://portal.hdfgroup.org/documentation/index.html A summary of the features included in the built HDF5 installation can be found in the libhdf5.settings file in the same directory as the static and/or diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel index 856252654d5..9eb486f79d2 100644 --- a/release_docs/INSTALL_parallel +++ b/release_docs/INSTALL_parallel @@ -44,7 +44,7 @@ and the parallel file system. For help with installing, questions can be posted to the HDF Forum or sent to the HDF Helpdesk: HDF Forum: https://forum.hdfgroup.org/ - HDF Helpdesk: https://portal.hdfgroup.org/display/support/The+HDF+Help+Desk + HDF Helpdesk: https://help.hdfgroup.org/ In your mail, please include the output of "uname -a". If you have run the "configure" command, attach the output of the command and the content of diff --git a/src/H5module.h b/src/H5module.h index 6e7dcf7bdfb..ed4be2d80d4 100644 --- a/src/H5module.h +++ b/src/H5module.h @@ -778,7 +778,7 @@ * item must be closed separately. * * For more information, - * @see Using Identifiers + * @see Using Identifiers * in the HDF5 Application Developer's Guide under General Topics in HDF5. * *

How Closing a File Effects Other Open Structural Elements

diff --git a/test/API/README.md b/test/API/README.md index bd09b153aa4..ad2561d9d8c 100644 --- a/test/API/README.md +++ b/test/API/README.md @@ -1,7 +1,7 @@ # HDF5 API Tests This directory contains several test applications that exercise HDF5's -public API and serve as regression tests for HDF5 [VOL Connectors](https://docs.hdfgroup.org/hdf5/v1_14/_h5_v_l__u_g.html). +public API and serve as regression tests for HDF5 [VOL Connectors](https://hdfgroup.github.io/hdf5/v1_14/_h5_v_l__u_g.html). ## Build Process and options @@ -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/v1_14/_v_o_l__connector.html). +connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](./_v_o_l__connector.html). TODO: section on building VOL connectors alongside HDF5 for use with tests