From 1b95fdf58afe7c67fda8e8ce615a7c347a6151c3 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Wed, 22 Jun 2022 12:21:52 -0500 Subject: [PATCH] revert: use author-tools for idnits. (#4102) (#4116) 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 925363e6e..5483fdd33 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -538,7 +538,7 @@ INTERNAL_IPS = ( # 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