From d1a21c0daf8bcb05ead049731c0a2cf76a121af9 Mon Sep 17 00:00:00 2001 From: Marcos Medrano Date: Thu, 27 Oct 2022 18:46:41 +0200 Subject: [PATCH 1/2] Updated build status badge Move from unused travis-ci to github actions status --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 695f3d9d11..97087a2ab1 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/python/python-docs-es.svg?branch=3.11 - :target: https://travis-ci.org/python/python-docs-es +.. image:: https://github.com/python/python-docs-es/actions/workflows/main.yml/badge.svg + :target: https://github.com/python/python-docs-es/actions/workflows/main.yml :alt: Build Status .. image:: https://readthedocs.org/projects/python-docs-es/badge/?version=3.11 From 10da2bf10388f6ce1e2fffa0ab69789f91a69bb1 Mon Sep 17 00:00:00 2001 From: Marcos Medrano Date: Thu, 27 Oct 2022 21:51:56 +0200 Subject: [PATCH 2/2] Agrego la rama 3.11 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 97087a2ab1..98570875c7 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://github.com/python/python-docs-es/actions/workflows/main.yml/badge.svg - :target: https://github.com/python/python-docs-es/actions/workflows/main.yml +.. image:: https://github.com/python/python-docs-es/actions/workflows/main.yml/badge.svg?branch=3.11 + :target: https://github.com/python/python-docs-es/actions?query=branch:3.11 :alt: Build Status .. image:: https://readthedocs.org/projects/python-docs-es/badge/?version=3.11