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`.