summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-15 23:32:07 (GMT)
committerGitHub <noreply@github.com>2023-11-15 23:32:07 (GMT)
commitef39882fa1e13740d2530c7a0637bd1f1a822b68 (patch)
treec4e44a5c35a019e170d9bf65470d5f0e7b9bc44f /CONTRIBUTING.md
parentfe49c075ac906f10fbcb08badcc68a8d79d216f1 (diff)
downloadhdf5-ef39882fa1e13740d2530c7a0637bd1f1a822b68.zip
hdf5-ef39882fa1e13740d2530c7a0637bd1f1a822b68.tar.gz
hdf5-ef39882fa1e13740d2530c7a0637bd1f1a822b68.tar.bz2
Change dest for doxygen (#3856)
* Switch doxygen refs to hdf5/develop
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a16e845..de81b1c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -125,7 +125,7 @@ Please make sure that you check the items applicable to your pull request:
* [ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://portal.hdfgroup.org/display/HDF5/API+Compatibility+Macros)
* Documentation
* [ ] Was the change described in the release_docs/RELEASE.txt file?
- * [ ] Was the new function documented in the corresponding public header file using [Doxygen](https://docs.hdfgroup.org/hdf5/develop/_r_m_t.html)?
+ * [ ] Was the new function documented in the corresponding public header file using [Doxygen](https://hdfgroup.github.io/hdf5/develop/_r_m_t.html)?
* [ ] Was new functionality documented for the HDF5 community (the level of documentation depends on the feature; ask us what would be appropriate)
* Testing
* [ ] Does the pull request have tests?