eclipse-archived / packagedrone

Eclipse Package Drone
http://eclipse.org/package-drone
Eclipse Public License 1.0
66 stars 39 forks source link

Validation links of artifacts are wrong #70

Closed nfalco79 closed 8 years ago

nfalco79 commented 8 years ago

In case of validation error in a channel artifacts links are worng:

http://{host}:{port}/artifact/{artifactId}/view

this URL is missing of the channel information. The correct URL is

http://{host}:{port}/channel/{channelId}/artifact/{artifactId}/view

ctron commented 8 years ago

Damn it. That change back then really caused some issues.

Thanks for reporting!