mirror of https://github.com/zulip/zulip.git
docs: Don't link directly to the python file line from integration doc.
This commit is contained in:
parent
2a17dd61aa
commit
e94989bc75
|
@ -73,7 +73,8 @@ Here are a few common macros used to document Zulip's integrations:
|
||||||
* `{!create-bot-construct-url.md!}` macro - Instructs users to create a bot
|
* `{!create-bot-construct-url.md!}` macro - Instructs users to create a bot
|
||||||
for a given integration and construct a webhook URL using the bot API key
|
for a given integration and construct a webhook URL using the bot API key
|
||||||
and stream name. The URL is generated automatically for every incoming webhook
|
and stream name. The URL is generated automatically for every incoming webhook
|
||||||
by using attributes in the [WebhookIntegration][1] class.
|
by using attributes in the `WebhookIntegration` class in
|
||||||
|
[zerver/lib/integrations.py][integrations-file].
|
||||||
This macro is usually used right after `{!create-stream!}`. For an example
|
This macro is usually used right after `{!create-stream!}`. For an example
|
||||||
rendering, see **Step 2** of [the docs for Zulip's GitHub integration][GitHub].
|
rendering, see **Step 2** of [the docs for Zulip's GitHub integration][GitHub].
|
||||||
|
|
||||||
|
@ -139,7 +140,7 @@ Here are a few common macros used to document Zulip's integrations:
|
||||||
[GitHub]: https://zulip.com/integrations/doc/github
|
[GitHub]: https://zulip.com/integrations/doc/github
|
||||||
[codebase]: https://zulip.com/integrations/doc/codebase
|
[codebase]: https://zulip.com/integrations/doc/codebase
|
||||||
[beanstalk]: https://zulip.com/integrations/doc/beanstalk
|
[beanstalk]: https://zulip.com/integrations/doc/beanstalk
|
||||||
[1]: https://github.com/zulip/zulip/blob/708f3a4bb19c8e823c9ea1e577d360ac4229b199/zerver/lib/integrations.py#L78
|
[integrations-file]: https://github.com/zulip/zulip/blob/master/zerver/lib/integrations.py
|
||||||
|
|
||||||
## Writing guidelines
|
## Writing guidelines
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue