summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2024-03-09 17:08:26 (GMT)
committerGitHub <noreply@github.com>2024-03-09 17:08:26 (GMT)
commitc29a02d5e6fe8c8f6b5872e5db9dca900daee953 (patch)
tree02e26b6caef57f91fab02780ca3ccafa38da049e
parentcdef27d6ef2fc9d7e88bc6dc1ec99c306a02b002 (diff)
downloadhdf5-c29a02d5e6fe8c8f6b5872e5db9dca900daee953.zip
hdf5-c29a02d5e6fe8c8f6b5872e5db9dca900daee953.tar.gz
hdf5-c29a02d5e6fe8c8f6b5872e5db9dca900daee953.tar.bz2
Remove leading / from relative path. (#4101)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4bfa69..4749ab7 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@ The latest doxygen documentation generated on changes to develop is available at
https://hdfgroup.github.io/hdf5/
-See the [RELEASE.txt](/release_docs/RELEASE.txt) file in the [release_docs/](/release_docs/) directory for information specific
+See the [RELEASE.txt](release_docs/RELEASE.txt) file in the [release_docs/](release_docs/) directory for information specific
to the features and updates included in this release of the library.
-Several more files are located within the [release_docs/](/release_docs/) directory with specific
+Several more files are located within the [release_docs/](release_docs/) directory with specific
details for several common platforms and configurations.
INSTALL - Start Here. General instructions for compiling and installing the library