-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
With the upgrade of the Nexus, some of the links pointing to it need to be updated.
- Links that point directly at artifacts like
https://app.camunda.com/nexus/content/repositories/camunda-bpm/<artifact-path>
can stay the same OR be updated to the newer form
https://app.camunda.com/nexus/repository/camunda-bpm/<artifact-path> - Links that point at directories like
https://app.camunda.com/nexus/content/groups/public/<directory-path>
https://app.camunda.com/nexus/content/repositories/camunda-bpm/<directory-path>
have to be updated to something like
https://app.camunda.com/nexus/service/rest/repository/browse/public/<directory-path>
https://app.camunda.com/nexus/service/rest/repository/browse/camunda-bpm/<directory-path>
Unfortunately, directories and artifacts seem to be handled under different URLs now (were treated the same before).
But groups and repositories are handled more transparently now.
Further questions:
- Rather link to repository "camunda-bpm" for all Camunda resources because it does not include the current SNAPSHOT (in contrast to "public" which does contain this)? For resources like "hugo" we need to point to the public group/repository.
- Backport this to 7.10 / 7.9 because the documentation there has dead links now too of course?
A quick search in camunda-docs-manual revealed 124 hits for URLs that need to or can be changed (see attached hits.txt).