Joel

Results 4 comments of Joel

This sounds like it should be labelled as a bug. Hound correctly handles hyperlinks for git/hg SSH-style repos. https://github.com/hound-search/hound/blob/60b810419e3752d7cbb80e65f48d10d99f14e0db/ui/assets/js/common.js#L34

I'm interested in picking this up if @elliotpeele does not.

In my case, the issue was that I was passing my API URL, `https://github.example/api/v3/` as the base URL rather than simply `https://github.example/`. This results in calls to e.g. `https://github.example/api/v3/api/v3/orgs/...` which...

We were affected by this issue as well. It appears to also be possible when only downloading a single artifact. Successful download: ``` Downloading single artifact Preparing to download the...