I have a URL to a gist, raw version but it won't always update. Say I get the raw link
https://gist.githubusercontent.com/username/27610b513177a762470ac95160c050fd/raw/f567a5ade06c9b8e7c101fe62fa3a4cac07e5bd7/test%2520gist
But I change the contents of that gist, the URL will change, the first link WONT include the changes.
https://gist.githubusercontent.com/username/27610b513177a762470ac95160c050fd/raw/60e3b421faa7e4e9ea6cd27e4a6ffd4809d3d40e/test%2520gist
How do I make 1 PERMANENT link that will forever include all the changes, not just the revision for that link?
I've tried with the ID, and just the id/raw but the ID isn't even a number like other people say, its more like a hash, can anyone help here?
UPDATE:
I've tried [the suggested answer], but it still leads to the last revision, does it have a delay in updating?