fix typo in link
[mdref/mdref-pq] / pq / Result.md
index a6f3f8a8d227edab22d8d78c19804746a434a295..d03697a1ff9d7af35b2232957003206a18ee57ce 100644 (file)
@@ -1,8 +1,8 @@
-# class pq\Result implements \Traversable, \Countable
+# class pq\Result implements Traversable, Countable
 
 A query result.
 
-See [Fetching Results](pq/Result: Fetching Results) for a general overview.
+See [Fetching Results](pq/Result/: Fetching Results) for a general overview.
 
 ## Constants:
 
@@ -74,4 +74,4 @@ See [Fetching Results](pq/Result: Fetching Results) for a general overview.
 * public int $fetchType = pq\Result::FETCH_ARRAY  
   The [type of return value](pq/Result#Fetch.types:) the fetch methods should return when no fetch type argument was given. Defaults to pq\Connection::$defaultFetchType.
 * public int $autoConvert = pq\Result::CONV_ALL  
-  What [type of conversions](pq\Result#Conversion.bits:) to perform automatically.
+  What [type of conversions](pq/Result#Conversion.bits:) to perform automatically.