From dd61f202d357f943e5b326d5efce7724d5b6493c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 12 Jun 2017 20:42:34 -0700 Subject: [PATCH] docs: Remove links to old zulip.com. --- docs/life-of-a-request.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/life-of-a-request.md b/docs/life-of-a-request.md index 50cfd1e3ec..52df7a9486 100644 --- a/docs/life-of-a-request.md +++ b/docs/life-of-a-request.md @@ -76,8 +76,10 @@ If we look in [zproject/urls.py](https://github.com/zulip/zulip/blob/master/zpro `i18n_urls`. These urls show up in the address bar of the browser, and serve HTML. -For example, the `/hello` page (preview [here](https://zulip.com/hello/)) -gets translated in Chinese at `zh-cn/hello/` (preview [here](https://zulip.com/zh-cn/hello/)). +For example, the `/features` page (preview +[here](https://zulipchat.com/features/)) gets translated in Chinese at +`zh-cn/features/` (preview +[here](https://zulipchat.com/zh-cn/features/)). Note the `zh-cn` prefix--that url pattern gets added by `i18n_patterns`.