Switch from githubusercontent to local assets
See original GitHub issueEdit: as discussed below, the even better solution, now that we’ve gotten rid of the github.com/.../raw
links, is probably to put all of these into local assets instead.
We have a number of links (to images mostly if not entirely) that the page requests from github.com/plotly/dash-docs/raw
, for example
Github automatically redirects these to raw.githubusercontent.com
but this can introduce a fairly long delay. Elsewhere we use githubusercontent
directly, we should convert the remaining links.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Getting permanent links to files
For a permanent link to the specific version of a file that you see, instead of using a branch name in the URL...
Read more >git - Download single files from GitHub
Go to the file you want to download. Click it to view the contents within the GitHub UI. In the top right, right...
Read more >How to download files and directories from GitHub ... - YouTube
So often I tell you that if you want to follow along, you can go to a link below in the description to...
Read more >Upload Assets to GitHub Releases using GitHub Actions
Template repository on GitHub : https:// github.com/msusdev/example-next-web-appFollow along with the source code here: ...
Read more >Adding images to your GitHub Pages site | The Least You ...
The Jekyll publishing system used by GitHub Pages expects you to have an assets directory, and that's where image files should be placed....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we want to keep the external CSV links for our end users so that it’s easy to copy and paste examples. The rest of the assets have been moved. So I’d consider this one closed
I think we got all of the images too in #783. I might have missed one or two…