From 04be833f0191a7038aa2489895c367ab215cd78c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 12 May 2025 18:19:07 +0200 Subject: [PATCH] docs(README): migrate from docker.io to git.cryptic.systems --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1cd23e..5906e48 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/markdownlint)](https://hub.docker.com/r/volkerraschek/markdownlint) -This project contains all sources to build the container image -`docker.io/volkerraschek/markdownlint`. The primary goal of this project is to -packge the binary `markdownlint-ci` as container image. The source code of the -binary can be found in the upstream project of -[igorshubovych](https://github.com/igorshubovych/markdownlint-cli). +This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/markdownlint`. The +primary goal of this project is to packge the binary `markdownlint-ci` as container image. The source code of the binary +can be found in the upstream project of [igorshubovych](https://github.com/igorshubovych/markdownlint-cli). The workflow or how `markdownlint-ci` can in general be used is documented [here](https://github.com/igorshubovych/markdownlint-cli#usage).