#68 link checks in resultsdb with their descriptions
Closed: Fixed Opened by kparal.

If I look at https://taskotron.fedoraproject.org/resultsdb/testcases , the Ref-> links go to fake addresses. At least for depcheck and upgradepath, we should forward them to:
https://fedoraproject.org/wiki/Taskotron/Tasks/depcheck
and
https://fedoraproject.org/wiki/Taskotron/Tasks/upgradepath


This ticket is a duplicate of https://pagure.io/taskotron/resultsdb/issue/28

I updated links on all instances (dev, stg and prod) with:
https://fedoraproject.org/wiki/Taskotron/Tasks/rpmlint
https://fedoraproject.org/wiki/Taskotron/Tasks/depcheck
https://fedoraproject.org/wiki/Taskotron/Tasks/upgradepath

@tflink Just curious, I updated it by hand in psql. Is there a better way?

the fake URLS are hardcoded in resultsdb_directive but I'm not sure of a clean way to handle putting real links in there unless we assume a format like https://fedoraproject.org/wiki/Taskotron/%s for the task url.

As far as changing the existing data, I don't know of a better way to do it than how @mkrizek did it.

Metadata Update from @kparal:
- Issue tagged with: infrastructure

Metadata