Fix documentation link pointing to incorrect version in Console#28062
Fix documentation link pointing to incorrect version in Console#28062SihanUdayaratna03 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughSummaryFixed the WSO2 Identity Server Console header “Documentation” link to point to the correct 7.3.0 documentation site. Changes
ImpactWhen users click the Documentation link in the Console header, they are now directed to the 7.3.0 documentation instead of the outdated 7.2.0 site. WalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @pasindubalasooriya ,I have fixed the documentation link issue as described in #28035. All checks are passing and the CLA is signed. Please let me know if you need any changes, Thanks! |
|
@SihanUdayaratna03, Thank you for the PR, but the version 7.3.0 is already released and we cannot fix it in the released version. Ideally, this should be fixed in when the next version is released. |
2be2054 to
fe465dd
Compare
|
|
Hi @pabasara-mahindapala, thank you for the feedback!, I've updated the 'console.doc_site_path' to use latest instead of the hardcoded 7.3.0 version, so it will correctly resolve for the upcoming release. Please review. Thanks! |



Purpose
Fix the documentation link in the IS Console header that was incorrectly
pointing to the 7.2.0 documentation site instead of the 7.3.0 documentation.
Related Issues
Fixes #28035
Approach
Updated the 'console.doc_site_path' configuration value in 'default.json'
to point to the correct WSO2 Identity Server 7.3.0 documentation URL.
Changes
to 'https://is.docs.wso2.com/en/7.3.0'
Testing
instead of the outdated '7.2.0' URL