From beb59285a95512b71bacb11d2753b249420c32cd Mon Sep 17 00:00:00 2001 From: fossdd Date: Tue, 5 Jan 2021 18:03:43 +0100 Subject: [PATCH] fix license shown on gitea The LICENSE Icon in the README was "wrong implemented". It links to the HTML Page of the GitHub Repo. GitHub works with this feature, to get the Icon from their HTML and show it. But Gitea can only show raw images. Now i've changed the URL to the Raw SVG of the GitHub repo. Also i have changed the Link which will opened on click. It opens the link on github if user watches the readme on github, and the same for gitea and also local markdown viewers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0e2c3..19a9b9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![ Build Status ](https://travis-ci.org/c3woc/c3woc-website.svg?branch=master)](https://travis-ci.org/c3woc/c3woc-website) [![ lektor check ](https://github.com/c3woc/c3woc-website/workflows/lektor%20check/badge.svg)](https://github.com/c3woc/c3woc-website/actions?query=workflow%3A%22lektor+check%22) [![ Build and Deploy c3woc website ](https://github.com/c3woc/c3woc-website/workflows/Build%20and%20Deploy%20c3woc%20website/badge.svg?branch=master)](https://github.com/c3woc/c3woc-website/actions?query=workflow%3A%22Build+and+Deploy+c3woc+website%22) -[![MIT License](https://github.com/c3woc/c3woc-website/blob/master/.github/license.svg)](https://github.com/c3woc/c3woc-website/blob/master/LICENCE) +[![MIT License](https://raw.githubusercontent.com/c3woc/c3woc-website/master/.github/license.svg)](LICENCE) C3WOC Webseite ================