docs: Add link to life of a request docs on URLs.

This commit is contained in:
Tim Abbott 2016-08-18 12:41:38 -07:00
parent 920e605e17
commit e1b5a0e000
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ or JSON (data for Zulip clients on all platforms, custom bots, and
integrations).
The format of the URL patterns in Django is [documented
here](https://docs.djangoproject.com/en/1.8/topics/http/urls/).
here](https://docs.djangoproject.com/en/1.8/topics/http/urls/), and
the Zulip specific details for these are discussed in detail in the
[life of a request doc](life-of-a-request.html#options).
We have two Zulip-specific conventions we use for internationalization and for
our REST API, respectively.