]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Make badges be links to new tab (_blank)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 18 Dec 2018 19:00:04 +0000 (23:00 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 18 Dec 2018 19:00:04 +0000 (23:00 +0400)
README.md
docs/index.md

index 84fea6ef242eb2c57874ce04e2b42080196f8e29..3fc8aa7d3be0fce7c89ec6ba95bcdf387b80077a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
     <em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
 </p>
 <p align="center">
-<a href="https://travis-ci.org/tiangolo/fastapi">
+<a href="https://travis-ci.org/tiangolo/fastapi" target="_blank">
     <img src="https://travis-ci.org/tiangolo/fastapi.svg?branch=master" alt="Build Status">
 </a>
-<a href="https://codecov.io/gh/tiangolo/fastapi">
+<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank">
     <img src="https://codecov.io/gh/tiangolo/fastapi/branch/master/graph/badge.svg" alt="Coverage">
 </a>
-<a href="https://pypi.org/project/fastapi">
+<a href="https://pypi.org/project/fastapi" target="_blank">
     <img src="https://badge.fury.io/py/fastapi.svg" alt="Package version">
 </a>
 </p>
index 84fea6ef242eb2c57874ce04e2b42080196f8e29..3fc8aa7d3be0fce7c89ec6ba95bcdf387b80077a 100644 (file)
@@ -5,13 +5,13 @@
     <em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
 </p>
 <p align="center">
-<a href="https://travis-ci.org/tiangolo/fastapi">
+<a href="https://travis-ci.org/tiangolo/fastapi" target="_blank">
     <img src="https://travis-ci.org/tiangolo/fastapi.svg?branch=master" alt="Build Status">
 </a>
-<a href="https://codecov.io/gh/tiangolo/fastapi">
+<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank">
     <img src="https://codecov.io/gh/tiangolo/fastapi/branch/master/graph/badge.svg" alt="Coverage">
 </a>
-<a href="https://pypi.org/project/fastapi">
+<a href="https://pypi.org/project/fastapi" target="_blank">
     <img src="https://badge.fury.io/py/fastapi.svg" alt="Package version">
 </a>
 </p>