constellation-app / constellation

A graph-focused data visualisation and interactive analysis application.
https://constellation-app.com
Apache License 2.0
386 stars 58 forks source link

Fix Online Help links in Scripting View javadocs #2148

Closed OrionsGuardian closed 3 months ago

OrionsGuardian commented 3 months ago

Prerequisites

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud