elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
785 stars 323 forks source link

Links in https://elki-project.github.io/algorithms/ broken #110

Closed SamiSieranoja closed 1 year ago

SamiSieranoja commented 1 year ago

The links in https://elki-project.github.io/algorithms/ lead to 404 error.

For example: https://elki-project.github.io/releases/current/javadoc/elki/algorithm/clustering/hierarchical/AGNES.html

But if you remove "algorithm" from the url, it works: https://elki-project.github.io/releases/current/javadoc/elki/clustering/hierarchical/AGNES.html

kno10 commented 1 year ago

Thank you. In ELKI 0.8.0 we simplified the package hierarchy, removing, e.g., the extra "algorithm" level. This has been fixed in elki-project.github.io/490cc67f