Fix doc links
authorMichael Wallner <mike@php.net>
Mon, 21 Aug 2023 12:38:29 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 12:38:29 +0000 (14:38 +0200)
README.md

index a7d54c38b399acc935d11e7941b701571d9584f1..c823ddd998ebf5988c50bf72a5b4b96ef689b51a 100644 (file)
--- 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).