docs: Remove links to old zulip.com.

This commit is contained in:
Tim Abbott
2017-06-12 20:42:34 -07:00
parent c1599a1463
commit dd61f202d3

View File

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