#115 "Build completed" links on commits have invalid URLs
Closed: Fixed by pingou. Opened by omos.

Example:
1. Go to https://src.fedoraproject.org/rpms/gcc/c/77db02d7c8ae996c22a8853a6ef067bbf87c8d01
2. Click one of the "Build completed" links.
3. 404 not found

Notice the URLs are of the form https://koji.fedoraproject.org/taskinfo?taskID=[...], whereas they should be: https://koji.fedoraproject.org/koji/taskinfo?taskID=[...] (i.e. they are missing the koji/ part).


Indeed, this is a bug in the software that adds the flag.

It is being fixed in https://pagure.io/fedora-infra/toddlers/pull-request/30

Metadata Update from @pingou:
- Issue assigned to pingou

Great, thanks!

Fixed by https://pagure.io/fedora-infra/toddlers/pull-request/30

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata
Related Pull Requests