From 832d3665975514570f92ae805341dcc8ef57886d Mon Sep 17 00:00:00 2001 From: Simonmicro Date: Fri, 7 Aug 2020 00:18:41 +0200 Subject: [PATCH] Fixed wrong docs badge uri --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d4d6a04..d569363 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![last-commit](https://img.shields.io/github/last-commit/SystemRage/py-kms/master) ![docker-status](https://img.shields.io/docker/cloud/build/pykmsorg/py-kms) ![docker-pulls](https://img.shields.io/docker/pulls/pykmsorg/py-kms) +![read-the-docs](https://img.shields.io/readthedocs/py-kms) *** ## History @@ -34,8 +35,6 @@ _py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife. - Uses `sqlite` for persistent data storage ## Documentation -![Read the Docs](https://img.shields.io/readthedocs/py-kms-demo) - The documentation has been completly reworked and is now available on [readthedocs.com](https://py-kms.readthedocs.io/en/latest/Usage.html#start-parameters). It should you provide all necessary information how to get py-kms up and running using your favourite tools - all without clumping this readme up. The documentation also houses more information about activation with _py-kms_ and to how get GVLK keys.