[ ] Reviewed feedback from the "Sonar Cloud" bot. Note that you have to wait
for the "CI / Unit Tests") to complete first. Failed Unit tests can be
debugged by adding the label "verbose logging" to the GitHub PR.
Description of the Change
Fixed the links being used which refer to a hash marker on the current page.
These need to have the full url specified to work in the online help environment.
Pages which give quick links to Constructor and Method have been updated.
Why Should This Be In Core?
Core help pages all up to date and fully functional.
Benefits
Prevents "404 - file not found" errors appearing in online help.
Verification Process
Test the scripting View javadoc pages in online help.
Test the Constructor and Method links in those pages.
Also confirm that the same tests in offline help still works as expected.
Prerequisites
[ ] Reviewed the checklist
[ ] Reviewed feedback from the "Sonar Cloud" bot. Note that you have to wait for the "CI / Unit Tests") to complete first. Failed Unit tests can be debugged by adding the label "verbose logging" to the GitHub PR.
Description of the Change
Fixed the links being used which refer to a hash marker on the current page. These need to have the full url specified to work in the online help environment.
Pages which give quick links to Constructor and Method have been updated.
Why Should This Be In Core?
Core help pages all up to date and fully functional.
Benefits
Prevents "404 - file not found" errors appearing in online help.
Verification Process
Test the scripting View javadoc pages in online help. Test the Constructor and Method links in those pages. Also confirm that the same tests in offline help still works as expected.
Applicable Issues