diff --git a/README.md b/README.md index ddb4f3b2..9ea52888 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ The easiest way to use sockets in Python! ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easynetwork) [![Test](https://github.com/francis-clairicia/EasyNetwork/actions/workflows/test.yml/badge.svg)](https://github.com/francis-clairicia/EasyNetwork/actions/workflows/test.yml) -[![Documentation Status](https://readthedocs.org/projects/easynetwork/badge/?version=latest)](https://easynetwork.readthedocs.io/en/latest/?badge=latest) [![Codecov](https://img.shields.io/codecov/c/github/francis-clairicia/EasyNetwork)](https://codecov.io/gh/francis-clairicia/EasyNetwork) [![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/francis-clairicia/EasyNetwork)](https://www.codefactor.io/repository/github/francis-clairicia/easynetwork) diff --git a/pyproject.toml b/pyproject.toml index 3c734d5f..907e53bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ keywords = [ ] [project.urls] -Documentation = "https://easynetwork.readthedocs.io/en/latest/" +Documentation = "https://easynetwork.readthedocs.io/" "Issue Tracker" = "https://github.com/francis-clairicia/EasyNetwork/issues" "Release Notes" = "https://github.com/francis-clairicia/EasyNetwork/releases" "Source Code" = "https://github.com/francis-clairicia/EasyNetwork"