Commit 0f80500
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
0 commit comments