Skip to content

Conversation

maxistar
Copy link
Contributor

@maxistar maxistar commented Oct 1, 2025

Replaces all broken links which lead to non existing javadoc files.


npx broken-link-checker http://localhost:3000 --recursive > allbrokenlinks.txt
cat allbrokenlinks.txt | grep BROKEN | grep engine/org/operaton | wc -l

sugested solution: replace all relative links like: /org/operaton/bpm/engine/test/ProcessEngineRule.html
with absolute prefix: https://operaton.github.io/operaton/javadoc/operaton/1.0/org/operaton/bpm/engine/test/ProcessEngineRule.html

As follow up suggestion I would host javadocs together with documentation so we should have everything in one place.

closes: #32

Copy link

@kthoms kthoms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to check the Javadocs. Currently, all "impl" packages are excluded. Thus, several links here are dead. The changes themselves are valid.

Is there a possibility to use a variable for the Javadoc base URL?

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.

Replace broken javadoc links

3 participants