From fb9ffcd35ae7c3ea23cc97845effb21eb92c722a Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 31 Jul 2017 16:25:35 -0700 Subject: [PATCH] api: Update docs/integration-guide. --- docs/integration-guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/integration-guide.md b/docs/integration-guide.md index 23ef3519ec..fb76c89d1f 100644 --- a/docs/integration-guide.md +++ b/docs/integration-guide.md @@ -41,8 +41,9 @@ products, ordered here by which types we prefer to write: 2. **[Python script integrations](#python-script-and-plugin-integrations)** (examples: SVN, Git), where we can get the service to call our integration (by shelling out or otherwise), passing in the required data. Our preferred - model for these is to ship these integrations in our API release tarballs - (by writing the integration in `api/integrations`). + model for these is to ship these integrations in the + [Zulip Python API distribution](https://github.com/zulip/python-zulip-api/tree/master/zulip), + within the `integrations` directory there. 3. **[Plugin integrations](#python-script-and-plugin-integrations)** (examples: Jenkins, Hubot, Trac) where the user needs to install a plugin into their