Skip to content

Commit ebcaa42

Browse files
authored
feat: Use author-tools for iddiff instead of rfcdiff at www (ietf-tools#4834)
1 parent e257ddb commit ebcaa42

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
@@ -542,7 +542,7 @@ def skip_unreadable_post(record):
542542

543543
# no slash at end
544544
IDTRACKER_BASE_URL = "https://datatracker.ietf.org"
545-
RFCDIFF_BASE_URL = "https://www.ietf.org/rfcdiff"
545+
RFCDIFF_BASE_URL = "https://author-tools.ietf.org/iddiff"
546546
IDNITS_BASE_URL = "https://author-tools.ietf.org/api/idnits"
547547
IDNITS_SERVICE_URL = "https://author-tools.ietf.org/idnits"
548548

0 commit comments

Comments
 (0)