update version header
[m6w6/ext-pq] / README.md
index 38da65b9bed83f8350e1acee6728cb8498d15dd0..8aa9c32c99558054d2658192ad161d22b0909a76 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # pecl/pq
 
-[![Build Status](https://travis-ci.org/m6w6/ext-pq.svg?branch=v1.0.x)](https://travis-ci.org/m6w6/ext-pq)
+[![Build Status](https://travis-ci.org/m6w6/ext-pq.svg?branch=master)](https://travis-ci.org/m6w6/ext-pq)
 
 ## About:
 
@@ -8,8 +8,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/:+Asynchronous+Usage).
+* Extended [type support by pg_type](https://mdref.m6w6.name/pq/Types/:+Overview).
 * Fetching simple [multi-dimensional array maps](https://mdref.m6w6.name/pq/Result/map).
 * Working [Gateway implementation](https://github.com/m6w6/pq-gateway).
 
@@ -25,13 +25,10 @@ Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO
 
        pecl install pq
 
-Watch out for [PECL replicates](https://replicator.pharext.org?pq)
-and pharext packages attached to [releases](./releases).
-
 ### PHARext
 
 Watch out for [PECL replicates](https://replicator.pharext.org?pq)
-and pharext packages attached to [releases](./releases).
+and pharext packages attached to [releases](https://github.com/m6w6/ext-pq/releases).
 
 ### Checkout