typo & link fixes
authorMichael Wallner <mike@php.net>
Fri, 26 Sep 2014 05:46:58 +0000 (07:46 +0200)
committerMichael Wallner <mike@php.net>
Fri, 26 Sep 2014 05:46:58 +0000 (07:46 +0200)
pq.md
pq/Result/: Fetching Results.md

diff --git a/pq.md b/pq.md
index eb590cd37e2c9aa31d2f4e7bf1f99b4d8e65e090..485daeedfacc67e4554b2f59365276ea0f84cdb1 100644 (file)
--- a/pq.md
+++ b/pq.md
@@ -6,9 +6,9 @@ This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/cu
 
 ### Highlights:
 
-* Nearly 100% support for [asynchronous usage](pq/AsyncOperations).
-* Extended type [support by pg_type](pq/UsingTypes).
-* Fetching simple [multi-dimensional array maps](pq/FetchingResults#markdown-header-fetching-simple-maps).
+* Nearly 100% support for [asynchronous usage](pq/Connection/: Asynchronous Usage).
+* Extended [type support by pg_type](pq/Types/: Overview).
+* Fetching simple [multi-dimensional array maps](pq/Result/map).
 * Working [Gateway implementation](https://bitbucket.org/m6w6/pq-gateway).
 
 > ***NOTE:***  
index 57acbe2e204727a01aeb1b2866e50b501d4dca8f..b8dd77eb3e806087891d7ae3b4778b4147a23b0a 100644 (file)
@@ -1,6 +1,6 @@
 # pq\Result: Overview
 
-An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [Types](pq/: Using Types) and [Prepared Statements](pq/Statement/: Overview) for details about how to execute queries.
+An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [types](pq/Types/: Overview) and [Prepared Statements](pq/Statement/: Overview) for details about how to execute queries.
 
 ## Fetch types: