diff options
author | Razican <devnull@localhost> | 2011-04-25 12:58:11 +0200 |
---|---|---|
committer | Razican <devnull@localhost> | 2011-04-25 12:58:11 +0200 |
commit | 7a75de167dc927e39093a87337e8a362de887c31 (patch) | |
tree | 4cc29837722f230e708a42491fb6803624359861 | |
parent | 636b05898c96820d65a0fd133e11c1f5f48fbb49 (diff) |
Fixed typo error in toc.html in documentation.
-rw-r--r-- | user_guide/toc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/toc.html b/user_guide/toc.html index 90442cb8c..4b4ab1001 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -113,7 +113,7 @@ Table of Contents <li><a href="./general/profiling.html">Profiling Your Application</a></li> <li><a href="./general/cli.html">Running via the CLI</a></li> <li><a href="./general/managing_apps.html">Managing Applications</a></li> - <li><a href="'./general/environments.html">Handling Multiple Environments</a></li> + <li><a href="./general/environments.html">Handling Multiple Environments</a></li> <li><a href="./general/alternative_php.html">Alternative PHP Syntax</a></li> <li><a href="./general/security.html">Security</a></li> <li><a href="./general/styleguide.html">PHP Style Guide</a></li> |