From cc44696393510803d7f72797f0569a516f40bf6e Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Fri, 26 Jun 2020 13:13:28 +0200 Subject: [PATCH] Fix invalid private repository SVG image URLs (#22) 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 ``` Fixes GH-21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3b327..195502e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+