Skip to content

Commit d43080f

Browse files
committed
Fix/modernize docs
1 parent 4752ef0 commit d43080f

File tree

6 files changed

+12
-693
lines changed

6 files changed

+12
-693
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` [C library](https://www.p
66

77
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadatabases.org/LibPQ.jl/stable/)
88
[![In Development](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliadatabases.org/LibPQ.jl/dev/)
9-
[![CI](https://github.com/iamed2/LibPQ.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/iamed2/LibPQ.jl/actions/workflows/CI.yml)
10-
[![CodeCov](https://codecov.io/gh/iamed2/LibPQ.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/iamed2/LibPQ.jl)
9+
[![CI](https://github.com/JuliaDatabases/LibPQ.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaDatabases/LibPQ.jl/actions/workflows/CI.yml)
10+
[![codecov](https://codecov.io/gh/JuliaDatabases/LibPQ.jl/graph/badge.svg?token=zBj6Hn98DS)](https://app.codecov.io/gh/JuliaDatabases/LibPQ.jl)
1111

1212
## Features
1313

0 commit comments

Comments
 (0)