fix: redirect to the right app for statement docs (#7090)

This commit is contained in:
Robert Sparks 2024-02-22 15:42:22 -06:00 committed by GitHub
parent f86a803354
commit bc963187f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ class Command(BaseCommand):
redirects.append(
[
f"www.ietf.org/about/groups/iesg/statements/{item.slug}",
f"https://datatracker.ietf.org/group/iesg/statements/{name}",
f"https://datatracker.ietf.org/doc/{name}",
302,
]
)