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.
This commit is contained in:
fossdd 2021-01-05 18:03:43 +01:00
parent 6df786b0e4
commit beb59285a9

View file

@ -1,7 +1,7 @@
[![<TRAVIS> Build Status ](https://travis-ci.org/c3woc/c3woc-website.svg?branch=master)](https://travis-ci.org/c3woc/c3woc-website)
[![<ACTIONS> 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)
[![<ACTIONS> 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
================