Skip to content

Commit

Permalink
fixed broken links in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Carlo Machado committed Jan 11, 2016
1 parent a3a86aa commit 07db8d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/data-retrieval-and-manipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ returns the affected rows count:
The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input
parameters and expected database values. See the
`Types <./types#mapping-matrix>`_ section for more information.
:ref:`Types <mappingMatrix>` section for more information.

executeQuery()
~~~~~~~~~~~~~~
Expand All @@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement:
The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input
parameters and expected database values. See the
`Types <./types#mapping-matrix>`_ section for more information.
:ref:`Types <mappingMatrix>` section for more information.

fetchAll()
~~~~~~~~~~
Expand Down
4 changes: 3 additions & 1 deletion docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ or ``null`` if no data is present.

.. note::

See the `Known Vendor Issue <./known-vendor-issues>`_ section
See the Known Vendor Issue :doc:`known-vendor-issues` section
for details about the different handling of microseconds and
timezones across all the different vendors.

Expand Down Expand Up @@ -419,6 +419,8 @@ using deserialization or ``null`` if no data is present.
to ``serialize()``/``unserialize()`` and ``base64_encode()``/``base64_decode()`` PHP objects and store
them into a ``text`` field manually.

.. _mappingMatrix:

Mapping Matrix
--------------

Expand Down

0 comments on commit 07db8d1

Please sign in to comment.