Skip to content

Commit

Permalink
fix: redirect to the right app for statement docs (#7090)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Feb 22, 2024
1 parent f86a803 commit bc96318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/group/management/commands/import_iesg_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def handle(self, *args, **options):
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,
]
)
Expand Down

2 comments on commit bc96318

@robika90

This comment was marked as spam.

@robika90

This comment was marked as spam.

Please sign in to comment.