help: Rename and redirect stream-sending-policy for channel.

This commit is contained in:
Lauryn Menard
2024-05-01 20:45:04 +02:00
committed by Tim Abbott
parent 5342d4ecfb
commit c931966e1b
14 changed files with 29 additions and 28 deletions

View File

@@ -1359,7 +1359,7 @@ def send_change_stream_post_policy_notification(
)
notification_string = notification_string.format(
user=user_mention,
help_link="/help/stream-sending-policy",
help_link="/help/channel-posting-policy",
old_policy=Stream.POST_POLICIES[old_post_policy],
new_policy=Stream.POST_POLICIES[new_post_policy],
)