Skip to content

Commit aa8e4e6

Browse files
authored
feat: use author-tools for idnits. (ietf-tools#4135)
1 parent 7de5d93 commit aa8e4e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def skip_unreadable_post(record):
535535
# no slash at end
536536
IDTRACKER_BASE_URL = "https://datatracker.ietf.org"
537537
RFCDIFF_BASE_URL = "https://www.ietf.org/rfcdiff"
538-
IDNITS_BASE_URL = "https://www.ietf.org/tools/idnits"
538+
IDNITS_BASE_URL = "https://author-tools.ietf.org/api/idnits"
539539

540540
# Content security policy configuration (django-csp)
541541
CSP_DEFAULT_SRC = ("'self'", "'unsafe-inline'", f"data: {IDTRACKER_BASE_URL} https://www.ietf.org/ https://analytics.ietf.org/")

0 commit comments

Comments
 (0)