From c5072d85445521183dd4096964f99de5e27422a5 Mon Sep 17 00:00:00 2001 From: "aio-libs-github-bot[bot]" <72856194+aio-libs-github-bot[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 14:36:20 +0200 Subject: [PATCH] Fix CI badge in docs (#5252) (#5254) Co-authored-by: Andrew Svetlov --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f72bf1e5d82..6532648d399 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -156,8 +156,8 @@ "github_banner": True, "badges": [ { - "image": "https://dev.azure.com/aio-libs/aiohttp/_apis/build/status/CI?branchName=master", - "target": "https://dev.azure.com/aio-libs/aiohttp/_build", + "image": "https://github.com/aio-libs/aiohttp/workflows/CI/badge.svg", + "target": "https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI", "height": "20", "alt": "Azure Pipelines CI status", },