Skip to content

Commit 0f80500

Browse files
shubham-padiatimabbott
authored andcommitted
docs: Do not use relative URL to refer to integrations category.
We are changing individual integration docs to live at integrations/{integration_name} instead of integrations/doc/{integration_name}. Our relative link of `../version-control` in this case will lead to `/version-control` on the root of the web app instead of intended `/integrations/version-control`. We are also changing categories to live at /integrations/category/{category_name` instead of /integrations/{category_name} on the web app. But the web app will be setting up redirects for existing categories to lead them to the new URL. This commit specifies the /integrations/{category_name} temporarily so that this PR can be merged before the changes in the web app and we don't have worry about syncing the releases between the web app and python-zulip-api. Once the webapp code is merged, we should change all the relevant links in this repo to use the new URL structure.
1 parent 0a9b91f commit 0f80500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/integrations/git/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ In `{{ config_file_path }}`, you can set:
5151
- The message format used in your Zulip notifications by updating the
5252
`format_commit_message` function.
5353

54-
[other-integrations]: ../version-control
54+
[other-integrations]: /integrations/version-control

0 commit comments

Comments
 (0)