Update integration-guide according to integrations redesign.

With numerous typo and grammar fixed by tabbott.
This commit is contained in:
Tomasz Kolek
2017-01-26 16:58:23 +01:00
committed by Tim Abbott
parent 6e6cbeb89d
commit 71e6eb68c0
2 changed files with 78 additions and 70 deletions

View File

@@ -25,7 +25,7 @@ paths will be familiar to Django developers.
* `zerver/views/*.py` Most [Django views](https://docs.djangoproject.com/en/1.8/topics/http/views/).
* `zerver/views/webhooks/` Webhook views for [Zulip integrations](integration-guide.html).
* `zerver/webhooks/` Webhook views and tests for [Zulip webhook integrations](integration-guide.html).
* `zerver/tornado/views.py` Tornado views.