diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 21:22:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 21:22:45 (GMT) |
commit | 83b87f60501ea71119be05c3254d833b53701cdb (patch) | |
tree | f6e155e6ce9c201c50b2e3e474cdcf1c2e472273 /release_docs | |
parent | 0922bd123a025879983be5d055878e716f9a7ef4 (diff) | |
download | hdf5-83b87f60501ea71119be05c3254d833b53701cdb.zip hdf5-83b87f60501ea71119be05c3254d833b53701cdb.tar.gz hdf5-83b87f60501ea71119be05c3254d833b53701cdb.tar.bz2 |
URL and options corrections
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/README_HPC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/README_HPC b/release_docs/README_HPC index 513064c..6b31ce6 100644 --- a/release_docs/README_HPC +++ b/release_docs/README_HPC @@ -32,7 +32,7 @@ II. Obtain HDF5 source Obtain HDF5 source code from the HDF5 repository using a git command or from a release tar file in a working directory: - git clone https://git@bitbucket.hdfgroup.org/scm/hdffv/hdf5.git + git clone https://github.com/HDFGroup/hdf5.git [-b branch] [source directory] If no branch is specified, then the 'develop' version will be checked out. |