Skip to content

Commit d7a5a87

Browse files
author
obozdag
authored
docs: Change connecting and Query Builder link names in database/examples.rst
Change connecting and Query Builder link names in database/examples.rst
1 parent 971b0da commit d7a5a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/database/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ your :doc:`configuration <configuration>` settings:
2424
Once loaded the class is ready to be used as described below.
2525

2626
.. note:: If all your pages require database access you can connect
27-
automatically. See the :doc:`connecting <connecting>` page for details.
27+
automatically. See the :doc:`Connecting to a Database <connecting>` page for details.
2828

2929
Standard Query With Multiple Results (Object Version)
3030
=====================================================
@@ -66,7 +66,7 @@ Standard Insert
6666
Query Builder Query
6767
===================
6868

69-
The :doc:`Query Builder Pattern <query_builder>` gives you a simplified
69+
The :doc:`Query Builder <query_builder>` gives you a simplified
7070
means of retrieving data:
7171

7272
.. literalinclude:: examples/007.php

0 commit comments

Comments
 (0)