From 690de13c5d08c617eb77b09bda365e5372e64376 Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Wed, 5 Jul 2023 14:26:51 +0200 Subject: [PATCH] Docs: Fix badges and link to docs (#460) --- README.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c4990dec..b3d42bfc 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ GeoAlchemy 2 ============ -.. image:: https://travis-ci.org/geoalchemy/geoalchemy2.png?branch=master - :target: http://travis-ci.org/#!/geoalchemy/geoalchemy2 +.. image:: https://github.com/geoalchemy/geoalchemy2/actions/workflows/test_and_publish.yml/badge.svg?branch=master + :target: https://github.com/geoalchemy/geoalchemy2/actions .. image:: https://coveralls.io/repos/geoalchemy/geoalchemy2/badge.png?branch=master :target: https://coveralls.io/r/geoalchemy/geoalchemy2 @@ -15,4 +15,4 @@ GeoAlchemy 2 GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is based on the gorgeous `SQLAlchemy `_. -Documentation is on Read the Docs: https://geoalchemy-2.readthedocs.io. +Documentation is on Read the Docs: https://geoalchemy-2.readthedocs.io/en/stable. diff --git a/setup.py b/setup.py index b30f2c2c..f48b3369 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ keywords="geo,gis,sqlalchemy,orm", author="Eric Lemoine", author_email="eric.lemoine@gmail.com", - url="https://geoalchemy-2.readthedocs.io/en/latest/", + url="https://geoalchemy-2.readthedocs.io/en/stable/", project_urls={ "Tracker": "https://github.com/geoalchemy/geoalchemy2/issues", "Source": "https://github.com/geoalchemy/geoalchemy2",