docs: Do not use relative URL to refer to integrations category.#15
Closed
joshishiv4 wants to merge 1 commit intomainfrom
Closed
docs: Do not use relative URL to refer to integrations category.#15joshishiv4 wants to merge 1 commit intomainfrom
joshishiv4 wants to merge 1 commit intomainfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are changing individual integration docs to live at integrations/{integration_name} instead of
integrations/doc/{integration_name}. Our relative link of
../version-controlin this case will lead to/version-controlon 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.
How did you test this PR?
Self-review checklist
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
Individual commits are ready for review (see commit discipline).
Completed manual review and testing of the following:
Recreated from zulip/python-zulip-api#881
⚠ This PR was MERGED upstream.
Merged at: 2025-10-09T22:55:44Z