From e22c37a16bfe84fbec3b99f86a24a2981dd27e7d Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Tue, 2 Jun 2020 14:02:34 -0400 Subject: [PATCH] Update a RFC URL to the latest version. I'd accidentally used one which had been obsoleted by a newer one. --- stix2/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/base.py b/stix2/base.py index 73db1b2..14e25f8 100644 --- a/stix2/base.py +++ b/stix2/base.py @@ -534,7 +534,7 @@ def _un_json_escape(json_string): # the other escapes, e.g. \n, \r, etc. # # This list is taken from RFC7159 section 7: - # https://tools.ietf.org/html/rfc7159.html#section-7 + # https://tools.ietf.org/html/rfc8259#section-7 result = json_string\ .replace(r"\"", "\"")\