Update various references to draft RFC to published versions. (#9250)

This commit is contained in:
Mads Jensen
2022-03-28 17:26:06 -07:00
committed by GitHub
parent 1d45939cab
commit 142fcad28b
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
This module is an implementation of the `ACME protocol`_.
.. _`ACME protocol`: https://ietf-wg-acme.github.io/acme
.. _`ACME protocol`: https://datatracker.ietf.org/doc/html/rfc8555
"""
import sys
+1 -1
View File
@@ -1104,7 +1104,7 @@ class ClientNetwork:
is ignored, but logged.
:raises .messages.Error: If server response body
carries HTTP Problem (draft-ietf-appsawg-http-problem-00).
carries HTTP Problem (https://datatracker.ietf.org/doc/html/rfc7807).
:raises .ClientError: In case of other networking errors.
"""
+1 -1
View File
@@ -82,7 +82,7 @@ def is_acme_error(err: BaseException) -> bool:
class Error(jose.JSONObjectWithFields, errors.Error):
"""ACME error.
https://tools.ietf.org/html/draft-ietf-appsawg-http-problem-00
https://datatracker.ietf.org/doc/html/rfc7807
:ivar str typ:
:ivar str title: