From: Michael Wallner Date: Fri, 31 Jul 2015 13:42:06 +0000 (+0200) Subject: fix doc links X-Git-Tag: v0.6.0~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=8056f4e71952a5c0f0ef0e81b7b21a0c09878947;hp=3b390bb243146c265e53c6a3e756aad3829ef5ed fix doc links Closes issue #4 --- diff --git a/README.md b/README.md index 28f1728..cb4d725 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/cu ### Highlights: -* Nearly 100% support for [asynchronous usage](http://devel-m6w6.rhcloud.com/mdref/pq/pq/Connection/: Asynchronous Usage). -* Extended [type support by pg_type](http://devel-m6w6.rhcloud.com/mdref/pq/pq/Types/: Overview). -* Fetching simple [multi-dimensional array maps](http://devel-m6w6.rhcloud.com/mdref/pq/pq/Result/map). +* Nearly 100% support for [asynchronous usage](http://devel-m6w6.rhcloud.com/mdref/pq/Connection/: Asynchronous Usage). +* Extended [type support by pg_type](http://devel-m6w6.rhcloud.com/mdref/pq/Types/: Overview). +* Fetching simple [multi-dimensional array maps](http://devel-m6w6.rhcloud.com/mdref/pq/Result/map). * Working [Gateway implementation](https://github.com/m6w6/pq-gateway). ## Installation: