Skip to content
Permalink
Browse files

Fix CI badge in docs (#5252) (#5254)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
aio-libs-github-bot and asvetlov committed Nov 17, 2020
1 parent 29d167e commit c5072d85445521183dd4096964f99de5e27422a5
Showing with 2 additions and 2 deletions.
  1. +2 −2 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",
},

0 comments on commit c5072d8

Please sign in to comment.