fix: redirect to the right app for statement docs (#7090)
This commit is contained in:
parent
f86a803354
commit
bc963187f8
|
@ -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,
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue