rgrove / rawgit

Served files from raw.githubusercontent.com, but with the correct content types. No longer actively developed.
https://rawgit.com
MIT License
2.39k stars 488 forks source link

Production links no longer include hashes #173

Closed wlandau closed 6 years ago

wlandau commented 6 years ago

The production links seem to work, but the URLs no longer include hashes (e.g. https://cdn.rawgit.com/ropensci/drake/ddefa828/images/reg2-small-legend.html). Is this the intended behavior now?

capture

rgrove commented 6 years ago

If the GitHub API request to fetch the commit hash doesn't succeed, the URL formatter falls back to the branch used in the input URL.

You might be rate-limited, or the GitHub API could be failing for some other reason. It's working for me though:

1802288aprx