From 0adc14f0be8a6472fa6fde7ceb542ae9b10b362c Mon Sep 17 00:00:00 2001 From: John Readey Date: Mon, 10 Feb 2025 22:02:41 +0800 Subject: [PATCH] update doc links --- README.md | 3 ++- hsds/attr_dn.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d91fec85..586ddccf 100755 --- a/README.md +++ b/README.md @@ -128,7 +128,8 @@ setup a Azure instance with HSDS. See: - Source code: - Forum: -- Documentation: (For REST API) +- Documentation: +- REST API: ## Other useful resources diff --git a/hsds/attr_dn.py b/hsds/attr_dn.py index b3b0d081..456e9854 100755 --- a/hsds/attr_dn.py +++ b/hsds/attr_dn.py @@ -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)