Skip to content

Commit 1148a96

Browse files
authored
Merge pull request #8822 from obozdag/patch-1
docs: Change connecting and Query Builder link names in database/exam…
2 parents 0a67abd + a53ae65 commit 1148a96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user_guide_src/source/database/examples.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
##################################
2-
Database Quick Start: Example Code
3-
##################################
1+
###########################
2+
Quick Start: Usage Examples
3+
###########################
44

55
The following page contains example code showing how the database class
66
is used. For complete details please read the individual pages
@@ -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)