diff --git a/README.md b/README.md index 2a25574..7a7782c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Pixelimg.js -[![GitHub release](https://img.shields.io/badge/release-v1.0.1-orange)](https://github.com/DrMaxNix/pixelimgjs/tree/1.0.1) -[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/DrMaxNix/pixelimgjs/blob/main/LICENSE) +[![Release](https://img.shields.io/badge/release-v1.0.1-orange)](https://git.tjdev.de/DrMaxNix/pixelimgjs/releases/tag/1.0.1) +[![License](https://img.shields.io/badge/license-MIT-green)](https://git.tjdev.de/DrMaxNix/pixelimgjs/src/branch/main/LICENSE) [![Maintaner](https://img.shields.io/badge/maintainer-DrMaxNix-blue)](https://www.drmaxnix.de) Pixelimg.js is a rather small js-library to display code-generated pixel images inside of an html image-element. Used at [skyicon.drmaxnix.de](https://skyicon.drmaxnix.de). -**[Code examples can be found at the bottom of this README!](https://github.com/DrMaxNix/pixelimgjs#examples)** +**[Code examples can be found at the bottom of this README!](https://git.tjdev.de/DrMaxNix/pixelimgjs#examples)** ## Installation @@ -131,7 +131,7 @@ An object storing red, green, blue and alpha data for a color (all _Range: `0-25 # Examples ## 1. 2x2 Red, Green, Yellow and Blue pixels -![Output](https://raw.githubusercontent.com/DrMaxNix/pixelimgjs/main/examples/2x2-Red-Green-Yellow-and-Blue-pixels.png "Output") +![Output](https://git.tjdev.de/DrMaxNix/pixelimgjs/raw/branch/main/examples/2x2-Red-Green-Yellow-and-Blue-pixels.png "Output") ```html @@ -167,7 +167,7 @@ An object storing red, green, blue and alpha data for a color (all _Range: `0-25 ## 2. 64x64 RGB color-palette -![Output](https://raw.githubusercontent.com/DrMaxNix/pixelimgjs/main/examples/64x64-RGB-color-palette.png "Output") +![Output](https://git.tjdev.de/DrMaxNix/pixelimgjs/raw/branch/main/examples/64x64-RGB-color-palette.png "Output") ```html