From f5a39bbd8fddd9f6ecbc0df0e2d08b928c4fd4e3 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 16 Oct 2020 03:34:41 +0900 Subject: [PATCH] Fix Zulip stream name It should've been `t-lang/doc`. --- teams/lang-docs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/lang-docs.toml b/teams/lang-docs.toml index 2ff4d2024..3292947e6 100644 --- a/teams/lang-docs.toml +++ b/teams/lang-docs.toml @@ -19,4 +19,4 @@ orgs = ["rust-lang"] [website] name = "lang-docs team" description = "Developing and writing the docs related to the lang team" -zulip-stream = "t-lang/docs" +zulip-stream = "t-lang/doc"