Skip to content

Commit

Permalink
update doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Feb 10, 2025
1 parent c3ec61b commit 0adc14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ setup a Azure instance with HSDS. See: <https://azuremarketplace.microsoft.com/e
- Main website: <https://www.hdfgroup.org/solutions/highly-scalable-data-service-hsds/>
- Source code: <https://github.com/HDFGroup/hsds>
- Forum: <https://forum.hdfgroup.org/c/hsds>
- Documentation: <http://h5serv.readthedocs.org> (For REST API)
- Documentation: <https://support.hdfgroup.org/documentation/index.html>
- REST API: <https://github.com/HDFGroup/hdf-rest-api>

## Other useful resources

Expand Down
2 changes: 1 addition & 1 deletion hsds/attr_dn.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def GET_Attributes(request):
if "bucket" in params:
bucket = params["bucket"]
else:
msg = "POST Attributes without bucket param"
msg = "GET Attributes without bucket param"
log.warn(msg)
raise HTTPBadRequest(reason=msg)

Expand Down

0 comments on commit 0adc14f

Please sign in to comment.