Skip to content

Commit 0d7344e

Browse files
committed
Update profiling.rst
correcting rst syntax
1 parent 37c1f43 commit 0d7344e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/profiling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Key Description
8282
hidden.
8383
======================= =================================================================== ========
8484

85-
.. note:: Disabling the [save_queries](http://ellislab.com/codeigniter/user-guide/database/configuration.html) setting in your database configuration
85+
.. note:: Disabling the (save_queries)[http://ellislab.com/codeigniter/user-guide/database/configuration.html] setting in your database configuration
8686
will also effectively disable profiling for database queries and render
8787
the 'queries' setting above useless. You can optionally override this
8888
setting with `$this->db->save_queries = TRUE;`. Without this setting you
89-
won't be able to view the queries or the [last_query](http://ellislab.com/codeigniter/user-guide/database/helpers.html).
89+
won't be able to view the queries or the (last_query)[http://ellislab.com/codeigniter/user-guide/database/helpers.html].

0 commit comments

Comments
 (0)