-
Notifications
You must be signed in to change notification settings - Fork 759
CATROID-1618: REPLACE OLD HELP WIKI URL WITH NEW URL #5100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@moe-threeface If possible, please always include a TL;DR in the PR description and add the JIRA link. Furthermore, please follow the JIRA-style commit guideline and do not capitalize the commit message, example of good commit message: IDE-123 Add user login functionality
45adfee to
7285164
Compare
|
Rebased PR. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the help documentation URL in the getHelpUrl method from the old wiki URLs to a new consolidated documentation URL at https://catrobat.org/docs/brickdocumentation/. The change simplifies the method by removing the category-specific and language-specific URL logic.
- Replaces old category-specific wiki URLs (Functions, Logic, Sensors, Properties) with a single new documentation URL
- Removes language parameter handling from the
getHelpUrlmethod - Simplifies the method implementation by eliminating the switch statement logic



Please enter a short description of your pull request and add a reference to the Jira ticket.
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.