Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid private repository SVG image URLs
SVG images like the repository hero were not rendered because they used the URLs for public repositories instead of the ones that allow to resolve the files in private repositories: ```diff -https://raw.githubusercontent.com/svengreb/tmpl/master/assets/images/repository-hero.svg?sanitize=true +https://github.com/svengreb/tmpl/blob/master/assets/images/repository-hero.svg?raw=true ``` GH-21
- Loading branch information