From e7d29e46dd3bdaeef9adfed8e8672f80ec49194d Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 17 Jun 2021 15:47:46 +0200 Subject: [PATCH] Fix badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb51645..d4f1188 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Erlang wrapper for SQLite3 -[![CI](https://github.com/badlop/erlang-sqlite3/actions/workflows/ci.yml/badge.svg)](https://github.com/badlop/erlang-sqlite3/actions/workflows/ci.yml) +[![CI](https://github.com/processone/erlang-sqlite3/actions/workflows/ci.yml/badge.svg)](https://github.com/processone/erlang-sqlite3/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/processone/erlang-sqlite3/badge.svg?branch=master&service=github)](https://coveralls.io/github/processone/erlang-sqlite3?branch=master) [![Hex version](https://img.shields.io/hexpm/v/sqlite3.svg "Hex version")](https://hex.pm/packages/sqlite3)