Skip to content

Fix Console Documentation link pointing to 7.2.0 docs - #28255

Open
Skynettheone wants to merge 1 commit into
wso2:masterfrom
Skynettheone:fix/console-doc-link-version
Open

Fix Console Documentation link pointing to 7.2.0 docs#28255
Skynettheone wants to merge 1 commit into
wso2:masterfrom
Skynettheone:fix/console-doc-link-version

Conversation

@Skynettheone

Copy link
Copy Markdown

Summary

Fixes #28035.

console.doc_site_path in modules/distribution/src/repository/resources/conf/default.json was hardcoded to https://is.docs.wso2.com/en/7.2.0, so clicking Documentation in the Console header opened the previous release's docs instead of the current 7.3.0 docs.

Change

Updated the value to https://is.docs.wso2.com/en/7.3.0.

Test plan

  • Confirmed this was the only occurrence of the stale link in the repo (grep -rn "is.docs.wso2.com/en/7.2.0").
  • Maintainer to confirm 7.3.0 is the correct target (vs. /en/latest or similar), since I could not run a full IS pack and click through the Console in this environment.

console.doc_site_path in default.json was hardcoded to
is.docs.wso2.com/en/7.2.0, so the Documentation link in the Console
header opened the previous version's docs instead of 7.3.0.

Fixes wso2#28035
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3b7c0855-d6fe-4fd1-ba65-1042cd8a0197

📥 Commits

Reviewing files that changed from the base of the PR and between 84e96a7 and f7101b4.

📒 Files selected for processing (1)
  • modules/distribution/src/repository/resources/conf/default.json

📝 Walkthrough

Updates console.doc_site_path to the IS 7.3.0 documentation URL. The Console Documentation link now targets the current release documentation.

Walkthrough

The default Console configuration now points console.doc_site_path to the Identity Server 7.3.0 documentation site instead of the 7.2.0 documentation site.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the stale Console documentation link as the primary change.
Description check ✅ Passed The description accurately explains the documentation URL update and its purpose.
Linked Issues check ✅ Passed The change updates the Console documentation link from 7.2.0 to the required 7.3.0 documentation URL for issue #28035.
Out of Scope Changes check ✅ Passed The single configuration change is directly related to issue #28035 and introduces no unrelated code changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

sonarqubecloud Bot commented Aug 2, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation link in Console points to 7.2.0 docs in IS 7.3.0

1 participant