From 7324cb2f031f28d10f193b279e4e3ab849f2cf38 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 12 Apr 2022 12:53:19 -0700 Subject: [PATCH] Correct anchor for API docs --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 994a414..7dee132 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ requests with bodies (such as POST), the ``Content-Digest`` header is set to the format described in the `IETF Digest Fields draft RFC `_ and signed. To add other headers to the signature, pass an array of header names in the ``covered_component_ids`` keyword argument. -See the `API documentation `_ for the full list of options and +See the `API documentation `_ for the full list of options and details. Verifying responses @@ -78,7 +78,7 @@ To verify incoming requests and sign responses in the context of an HTTP server, verify_result = HTTPSignatureAuth.verify(request, ...) -See the `API documentation `_ for full details. +See the `API documentation `_ for full details. Asymmetric key algorithms ~~~~~~~~~~~~~~~~~~~~~~~~~