diff options
author | mainzer <mainzer#hdfgroup.org> | 2020-09-21 22:38:18 (GMT) |
---|---|---|
committer | mainzer <mainzer#hdfgroup.org> | 2020-09-21 22:38:18 (GMT) |
commit | 47b1c667c64677d2e28c4128fc027cfdfe60b354 (patch) | |
tree | d8254daa98046edf4a86cac1200533164b9f4ea9 | |
parent | 2dd0cbe9a7180812435cf47cdd031936f8b3d07a (diff) | |
download | hdf5-47b1c667c64677d2e28c4128fc027cfdfe60b354.zip hdf5-47b1c667c64677d2e28c4128fc027cfdfe60b354.tar.gz hdf5-47b1c667c64677d2e28c4128fc027cfdfe60b354.tar.bz2 |
More minor edits to users guide.
-rw-r--r-- | doc/vfd-swmr-user-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vfd-swmr-user-guide.md b/doc/vfd-swmr-user-guide.md index a0ce8d1..6a14487 100644 --- a/doc/vfd-swmr-user-guide.md +++ b/doc/vfd-swmr-user-guide.md @@ -84,9 +84,9 @@ Clone the HDF5 repository in a new directory, then switch to the features/vfd_swmr_alpa_1 branch as follows: ``` -% git clone https://mainzer@bitbucket.hdfgroup.org/scm/hdffv/hdf5.git swmr +% git clone https://@bitbucket.hdfgroup.org/scm/hdffv/hdf5.git swmr % cd swmr -% git checkout features/vfd_swmr_alpha_1 +% git checkout feature/vfd_swmr_alpha_1 ``` ## Build |