From dfd2e2577970beed62dfc6f568149e087117b559 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Tue, 9 Mar 2021 09:39:28 +0100 Subject: [PATCH] README: fix travis badge I used the wrong URL in the travis badge, fix it. Signed-off-by: Johannes Thumshirn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea52f33..9afcfb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ F.D.G.L Web Site ================ -[![Build Status](https://travis-ci.com/F-D-G-L/fdgl-homepage.svg?branch=main)](https://travis-ci.com/F-D-G-L/fdgl-homepage) +[![Build Status](https://travis-ci.org/F-D-G-L/fdgl-homepage.svg?branch=main)](https://travis-ci.org/F-D-G-L/fdgl-homepage) [![codecov](https://codecov.io/gh/F-D-G-L/fdgl-homepage/branch/main/graph/badge.svg?token=C9LXJG7T4Y)](https://codecov.io/gh/F-D-G-L/fdgl-homepage)