From 3509bc877e5f466112e9c4ea4c2a48d7a4a26821 Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 28 Dec 2021 05:39:00 -0500 Subject: [PATCH] dpaste change info badge, and github url --- README.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 8d4f5ec..7770b1b 100644 --- a/README.rst +++ b/README.rst @@ -5,11 +5,8 @@ dpaste .. image:: https://img.shields.io/pypi/v/dpaste.svg :target: https://pypi.org/project/dpaste/ -.. image:: https://travis-ci.org/bartTC/dpaste.svg?branch=master - :target: https://travis-ci.org/bartTC/dpaste - -.. image:: https://api.codacy.com/project/badge/Coverage/185cfbe9b4b447e59a40f816c4a5ebf4 - :target: https://www.codacy.com/app/bartTC/dpaste +.. image:: https://github.com/DarrenOfficial/dpaste/actions/workflows/building.yml/badge.svg + :target: https://github.com/DarrenOfficial/dpaste/blob/master/.github/workflows/building.yml .. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4 :target: https://www.codacy.com/app/bartTC/dpaste @@ -21,7 +18,7 @@ dpaste dpaste is a pastebin_ application written in Python using the Django framework. You can find a live installation on `dpaste.org`_. -.. image:: https://raw.githubusercontent.com/bartTC/dpaste/master/docs/_static/dpaste_de_screenshot.png +.. image:: https://cdn.darrennathanael.com/assets/dpaste/dpaste.png :alt: A screenshot of https://dpaste.org/ :width: 60% @@ -29,7 +26,7 @@ The project is intended to run standalone as any regular Django Project, but it's also possible to install it into an existing project as a typical Django application. -The code is open source and available on Github: https://github.com/bartTC/dpaste. +The code is open source and available on Github: https://github.com/DarrenOfficial/dpaste. If you found bugs, have problems or ideas with the project or the website installation, please create an *Issue* there.