From ccdac180a49e913f1ed58eefc94bc49f2605dc32 Mon Sep 17 00:00:00 2001 From: Sean Newell Date: Mon, 10 Feb 2020 23:07:05 -0600 Subject: [PATCH] Have pipeline status badge link to the pipeline page --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8158f6d..a8dd48c 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # FSharp SQLProvider + Cats -[![pipeline status](https://gitlab.com/sNewell/fsharp-sql-provider/badges/master/pipeline.svg)](https://gitlab.com/sNewell/fsharp-sql-provider/-/commits/master) +[![pipeline status](https://gitlab.com/sNewell/fsharp-sql-provider/badges/master/pipeline.svg)](https://gitlab.com/sNewell/fsharp-sql-provider/pipelines) This explores the use of an F# Type Provider - SQLProvider - with the postgres database. This is just to write down a full tutorial of how to incorporate type providers in your project, -- GitLab