From 894b0a55870339afb6ff7314f246d13d7a022e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 19 Apr 2020 08:54:23 +0200 Subject: [PATCH] :memo: Update Travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 787fb24..c21f533 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Full Stack FastAPI and PostgreSQL - Base Project Generator -[![Build Status](https://travis-ci.org/tiangolo/full-stack-fastapi-postgresql.svg?branch=master)](https://travis-ci.org/tiangolo/full-stack-fastapi-postgresql) +[![Build Status](https://travis-ci.com/tiangolo/full-stack-fastapi-postgresql.svg?branch=master)](https://travis-ci.com/tiangolo/full-stack-fastapi-postgresql) Generate a backend and frontend stack using Python, including interactive API documentation.