From 8a24cb57ee0bf573eadc2f5ec25764afa1fa70de Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Thu, 3 Oct 2024 11:27:32 -0500 Subject: [PATCH 1/4] Change documentation link to new /latest URL --- documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.md b/documentation/index.md index 694ef31f..656c6b9f 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -7,7 +7,7 @@ redirect_from: # HDF Software Documentation ## HDF5 Library, Tools, and Extensions -* [Documentation (latest)](https://support.hdfgroup.org/releases/hdf5/latest-docs.html) - User Guide, Reference Manual, and other documentation +* [Documentation (latest)](/hdf5/latest/) - User Guide, Reference Manual, and other documentation * [Release Specific Information](hdf5-docs/release_specific_info.html) - Information specific to each release series * [HDF5 Application Topics](hdf5-docs/hdf5_topics_list.html) - General and advanced topics in HDF5 for application developers * [Registered Filter Plugins](https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md) - List of registered filter plugins From 669a1d622183ed25e312c5ce08cee3eaffa24565 Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Thu, 3 Oct 2024 12:32:03 -0500 Subject: [PATCH 2/4] Create robots.txt --- robots.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000..cfbb0df2 --- /dev/null +++ b/robots.txt @@ -0,0 +1,7 @@ +robots.txt generated by www.seoptimer.com +User-agent: * +Disallow: +Disallow: /cgi-bin/ +Disallow: /archive/ +Disallow: /releases/hdf5/v1_14/ +Sitemap: https://support.hdfgroup.org/sitemap.xml From 46f1522d2ae6ac71b00bad1cda899122bd5e2d9e Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Fri, 4 Oct 2024 14:41:48 -0500 Subject: [PATCH 3/4] fixing link to latest documentation --- documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.md b/documentation/index.md index 656c6b9f..4e547182 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -7,7 +7,7 @@ redirect_from: # HDF Software Documentation ## HDF5 Library, Tools, and Extensions -* [Documentation (latest)](/hdf5/latest/) - User Guide, Reference Manual, and other documentation +* [Documentation (latest)](/documentation/hdf5/latest/) - User Guide, Reference Manual, and other documentation * [Release Specific Information](hdf5-docs/release_specific_info.html) - Information specific to each release series * [HDF5 Application Topics](hdf5-docs/hdf5_topics_list.html) - General and advanced topics in HDF5 for application developers * [Registered Filter Plugins](https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md) - List of registered filter plugins From 06e62a1c87378dc37d3d1d541a38c0f27f1f76ec Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Mon, 14 Oct 2024 10:14:34 -0500 Subject: [PATCH 4/4] Updated HDFView and HDF-JSON links to latest URL --- documentation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index 4e547182..913cafc7 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -16,11 +16,11 @@ redirect_from: ## HDFView -* [User Guide (lastest)](https://support.hdfgroup.org/releases/hdfview/latest-docs.html) +* [User Guide (lastest)](/documentation/hdfview/latest/) ## HDF5/JSON -* [User Guide (latest)](https://support.hdfgroup.org/releases/hdf5-json/latest-docs.html) +* [User Guide (latest)](/documentation/hdf5-json/latest/) ## Highly Scalable Data Service (HSDS)