From 2d1e891dfc3a390fb6417ff6c7698b99dcc2262d Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Wed, 22 Jun 2022 10:08:21 -0500 Subject: [PATCH] revert: use author-tools for idnits. (#4102) This reverts commit caf2227813cdf9d84b31533f91d1961895fa8f28. --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index 925363e6ee..5483fdd330 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -538,7 +538,7 @@ def skip_unreadable_post(record): # no slash at end IDTRACKER_BASE_URL = "https://datatracker.ietf.org" RFCDIFF_BASE_URL = "https://www.ietf.org/rfcdiff" -IDNITS_BASE_URL = "https://author-tools.ietf.org/api/idnits" +IDNITS_BASE_URL = "https://www.ietf.org/tools/idnits" XML2RFC_BASE_URL = "https://xml2rfc.tools.ietf.org/experimental.html" # The name of the method to use to invoke the test suite