docs: Update CZO links from stream to channel in docs and comments.

Updates all the https://chat.zulip.org/#narrow/stream/ links in the
docs and comments to use the new /channel/ path. All these links are
for documentation/reference purposes only and thus, can be bulk-updated.

This commit is a part of the effort to rename stream to channel.
This commit is contained in:
Sayam Samal
2024-06-07 01:18:31 +05:30
committed by Tim Abbott
parent 16f2c4195b
commit a7772f86a2
34 changed files with 109 additions and 109 deletions

View File

@@ -165,11 +165,11 @@ async function test_organization_permissions(page: Page): Promise<void> {
await page.click("li[data-section='organization-permissions']");
// Test temporarily disabled 2024-02-07 due to nondeterminsitic failures.
// See https://chat.zulip.org/#narrow/stream/43-automated-testing/topic/main.20failing/near/1733342
// See https://chat.zulip.org/#narrow/channel/43-automated-testing/topic/main.20failing/near/1733342
console.log("Skipping", test_changing_create_streams_and_invite_to_stream_policies);
// Test temporarily disabled 2024-02-25 due to nondeterminsitic failures.
// See https://chat.zulip.org/#narrow/stream/43-automated-testing/topic/main.20failing/near/1743361
// See https://chat.zulip.org/#narrow/channel/43-automated-testing/topic/main.20failing/near/1743361
console.log("Skipping", test_set_new_user_threshold_to_three_days);
console.log("Skipping", test_set_new_user_threshold_to_N_days);
}