Skip to content

Commit 14cb372

Browse files
authored
Merge pull request #294 from mortenpi/patch-1
Fix documentation links in README
2 parents 923de9c + f319115 commit 14cb372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` [C library](https://www.postgresql.org/docs/current/libpq.html).
66

7-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://iamed2.github.io/LibPQ.jl/stable/)
8-
[![In Development](https://img.shields.io/badge/docs-dev-blue.svg)](https://iamed2.github.io/LibPQ.jl/dev/)
7+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadatabases.org/LibPQ.jl/stable/)
8+
[![In Development](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliadatabases.org/LibPQ.jl/dev/)
99
[![CI](https://github.com/iamed2/LibPQ.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/iamed2/LibPQ.jl/actions/workflows/CI.yml)
1010
[![CodeCov](https://codecov.io/gh/iamed2/LibPQ.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/iamed2/LibPQ.jl)
1111

0 commit comments

Comments
 (0)