From d49f2344689b92c8bf2a7dc36c5b16dc0efaed8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa?= Date: Thu, 5 Oct 2023 17:33:36 +0200 Subject: [PATCH] Setting up documents finished --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254581b7..4dd942ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Run Tests](https://github.com/BlueprintsEngineering/blueprints/actions/workflows/test.yaml/badge.svg)](https://github.com/BlueprintsEngineering/blueprints/actions/workflows/test.yaml) -[![Documentation Status](https://readthedocs.org/projects/blue-prints/badge/?version=latest)](https://blue-prints.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/blue-prints/badge/?version=latest)](https://blueprints.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/BlueprintsEngineering/blueprints/branch/main/graph/badge.svg?token=vwYQBShr9q)](https://codecov.io/gh/BlueprintsEngineering/blueprints) [![PyPI](https://img.shields.io/pypi/v/blue-prints?color=green)](https://pypi.org/project/blue-prints/) [![GitHub](https://img.shields.io/github/license/BlueprintsEngineering/blueprints?color=green)](https://github.com/BlueprintsEngineering/blueprints/blob/main/LICENSE) diff --git a/pyproject.toml b/pyproject.toml index e14e9be6..05bafd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = { file = "docs/requirements_docs.txt" } [project.urls] homepage = "https://github.com/BlueprintsEngineering/blueprints" -documentation = "https://blue-prints.readthedocs.io" +documentation = "https://blueprints.readthedocs.io" issues = "https://github.com/BlueprintsEngineering/blueprints/issues" [tool.setuptools]