View and Raw links on files in PR are broken #2571
GolezTrol posted onGitHub
Refined github adds a View File and View Raw links to a file in a pull request The URLs for these have the pattern: https://github.com/[organisation]/[repository]/[blob]/[user]:[branch]/[path] https://github.com/[organisation]/[repository]/[raw]/[user]:[branch]/[path]
These links don't seem to work anymore. With the extension disabled, I only get Github's own View link, which does work and points to: https://github.com/[organisation]/[repository]/blob/[somehash]/[path]
From there you can click to raw, which points to: https://raw.githubusercontent.com/[organisation]/[repository]/[somehash]/[path]
I'm not sure this hash is easy to come by, but if not, maybe a solution could be to link to the branch on the fork instead?