From: Michael Wallner Date: Mon, 21 Aug 2023 12:38:29 +0000 (+0200) Subject: Fix doc links X-Git-Tag: v2.2.3~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=85e091d9fdee787e2bfe37edd9cb95e995642c68 Fix doc links --- diff --git a/README.md b/README.md index a7d54c3..c823ddd 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/cu ### Highlights: -* Nearly 100% support for [asynchronous usage](https://mdref.m6w6.name/pq/Connection/:+Asynchronous+Usage). -* Extended [type support by pg_type](https://mdref.m6w6.name/pq/Types/:+Overview). +* Nearly 100% support for [asynchronous usage](https://mdref.m6w6.name/pq/Connection/:%20Asynchronous%20Usage). +* Extended [type support by pg_type](https://mdref.m6w6.name/pq/Types/:%20Overview). * Fetching simple [multi-dimensional array maps](https://mdref.m6w6.name/pq/Result/map). * Working [Gateway implementation](https://github.com/m6w6/pq-gateway).