From 5db3a7d437958ec1216dc442ef07c334273633c1 Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Fri, 17 Nov 2023 11:30:18 -0600 Subject: [PATCH] change to relative links in documentation --- documentation/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index b1cd874f..07781bb9 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -3,11 +3,11 @@ Look for more content here soon. Here are some of our most popular help topics. ## HDF5 -* [Develop](https://docs.hdfgroup.org/hdf5/develop/) -* [1.14.x](https://docs.hdfgroup.org/hdf5/v1_14/index.html) -* [1.12.x](https://docs.hdfgroup.org/hdf5/v1_12/index.html) -* [1.10.x](https://docs.hdfgroup.org/hdf5/v1_10/index.html) -* [1.8.x](https://docs.hdfgroup.org/hdf5/v1_8/index.html) +* [Develop](/hdf5/develop/) +* [1.14.x](/hdf5/v1_14/index.html) +* [1.12.x](/hdf5/v1_12/index.html) +* [1.10.x](/hdf5/v1_10/index.html) +* [1.8.x](/hdf5/v1_8/index.html) ## HDF4 * Building HDF4 with Cmake