summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorManu Ganji <manuganji@gmail.com>2014-05-22 13:00:09 +0200
committerManu Ganji <manuganji@gmail.com>2014-05-22 13:00:09 +0200
commit0d7344eb65aa652cb4dc36e9412593101b3461b3 (patch)
tree2080dfc62a967aaef62e8d196802bee1a11a675a /user_guide_src/source/general
parent37c1f43908dd26b58272e22aa50f369757747e62 (diff)
Update profiling.rst
correcting rst syntax
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/profiling.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/profiling.rst b/user_guide_src/source/general/profiling.rst
index 4945b39b3..63a261cc6 100644
--- a/user_guide_src/source/general/profiling.rst
+++ b/user_guide_src/source/general/profiling.rst
@@ -82,8 +82,8 @@ Key Description
hidden.
======================= =================================================================== ========
-.. note:: Disabling the [save_queries](http://ellislab.com/codeigniter/user-guide/database/configuration.html) setting in your database configuration
+.. note:: Disabling the (save_queries)[http://ellislab.com/codeigniter/user-guide/database/configuration.html] setting in your database configuration
will also effectively disable profiling for database queries and render
the 'queries' setting above useless. You can optionally override this
setting with `$this->db->save_queries = TRUE;`. Without this setting you
- won't be able to view the queries or the [last_query](http://ellislab.com/codeigniter/user-guide/database/helpers.html).
+ won't be able to view the queries or the (last_query)[http://ellislab.com/codeigniter/user-guide/database/helpers.html].