mirror of https://github.com/zulip/zulip.git
docs: Add link to life of a request docs on URLs.
This commit is contained in:
parent
920e605e17
commit
e1b5a0e000
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue