fix: update community discussion link in output from cli - yarn rw upgrade #11468
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.
This is a fix for (#11463) . This PR simply updates the dynamic url generated via the 'yarn rw upgrade' to a static url. The dynamic link yieled no results in a search. The updated url (https://community.redwoodjs.com/c/announcements/releases-and-upgrade-guides/) makes it easy to find the upgrade guide.
This is a quick fix. A better long term solution should link directly to the url for the specific version that was upgraded to, but that likely requires a lot more thinking about generating/standardizing the routes of the community docs themselves.
Test Plan:
Before the fix - run 'yarn rw upgrade' in any project and navigate to the link output by the cli (https://community.redwoodjs.com/search?q=8.0.0%23announcements). Observe a page with no results
After the fix - follow the steps to test the cli and navigate to the cli link where release notes are immediately found.