Skip to content

Fix documentation link pointing to incorrect version in Console#28062

Open
SihanUdayaratna03 wants to merge 1 commit into
wso2:masterfrom
SihanUdayaratna03:fix/doc-site-path-7.3.0
Open

Fix documentation link pointing to incorrect version in Console#28062
SihanUdayaratna03 wants to merge 1 commit into
wso2:masterfrom
SihanUdayaratna03:fix/doc-site-path-7.3.0

Conversation

@SihanUdayaratna03

Copy link
Copy Markdown

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

Testing

@CLAassistant

CLAassistant commented Jun 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coderabbitai

coderabbitai Bot commented Jun 17, 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

Run ID: 750d59d4-abcf-4db1-b84d-971f6f9f18c8

📥 Commits

Reviewing files that changed from the base of the PR and between 2be2054 and fe465dd.

📒 Files selected for processing (1)
  • modules/distribution/src/repository/resources/conf/default.json
✅ Files skipped from review due to trivial changes (1)
  • modules/distribution/src/repository/resources/conf/default.json

📝 Walkthrough

Summary

Fixed the WSO2 Identity Server Console header “Documentation” link to point to the correct 7.3.0 documentation site.

Changes

  • File Modified: modules/distribution/src/repository/resources/conf/default.json
    • Updated console.doc_site_path from https://is.docs.wso2.com/en/7.2.0 to https://is.docs.wso2.com/en/7.3.0

Impact

When 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.

Walkthrough

The console.doc_site_path configuration in modules/distribution/src/repository/resources/conf/default.json was updated to point to the 7.3.0 documentation URL instead of 7.2.0. This single-line configuration change ensures the Documentation link in the Console header directs users to the current version's documentation site.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: updating a documentation link from an incorrect version to the correct one.
Description check ✅ Passed The description clearly explains the purpose, approach, and testing steps related to fixing the documentation URL in the configuration file.
Linked Issues check ✅ Passed The PR changes directly address the requirement in issue #28035 by updating the console.doc_site_path configuration from 7.2.0 to 7.3.0.
Out of Scope Changes check ✅ Passed The single file modification is directly scoped to fixing the documented issue; no extraneous changes are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@SihanUdayaratna03

SihanUdayaratna03 commented Jun 17, 2026

Copy link
Copy Markdown
Author

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!

@pabasara-mahindapala

Copy link
Copy Markdown
Contributor

@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.

@SihanUdayaratna03
SihanUdayaratna03 force-pushed the fix/doc-site-path-7.3.0 branch from 2be2054 to fe465dd Compare June 18, 2026 08:41
@sonarqubecloud

Copy link
Copy Markdown

@SihanUdayaratna03

Copy link
Copy Markdown
Author

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!

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

3 participants