Skip to content

Commit

Permalink
MINOR Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Mar 20, 2011
1 parent cc0f62c commit e9f20cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/index.md
Expand Up @@ -48,7 +48,7 @@ Please read our [guide to contributing documentation](misc/contributing#writing-
* [RSS Feeds](reference/rssfeed)
* [Debugging](topics/debugging)
* [Errorhandling](topics/error-handling)
* [Testing Guide](topics/testing/testing-guide): Framework for automated testing like Unittests
* [Testing Guide](topics/testing/): Framework for automated testing like Unittests
* [Built-in Page Controls](reference/built-in-page-controls)
* [Execution Pipeline](reference/execution-pipeline): Tracking a request from director to template-rendering
* [Recipes/Howtos](howto/)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/installation/from-source.md
Expand Up @@ -10,7 +10,7 @@ is not already fixed.
For getting a project up and running quickly with a release, you are typically best off
with the official [silverstripe.org/download](http://silverstripe.org/download).
If you want to get the "latest and greatest" pre-release code (either
on a release brank, or on "trunk"), you need to use our version control.
on a release branch, or on "trunk"), you need to use our version control.

<div class="warning" markdown="1">
**Warning**: These instructions are for intermediate to advanced users only,
Expand Down
2 changes: 1 addition & 1 deletion docs/en/topics/debugging.md
Expand Up @@ -106,7 +106,7 @@ The Debug class contains a number of static methods
* *Debug::show($myVariable)*: performs a kind of *print_r($myVariable)*, but shows it in a more useful format.
* *Debug::message("Wow, that's great")*: prints a short debugging message.
* *SS_Backtrace::backtrace()* (2.3: *Debug::backtrace()*): prints a calls-stack
* *Debug::sendLiveErrorsTo("sam@silverstripe.com")*: On the live site, all errors will get sent to this address.
* *Debug::send_errors_to("sam@silverstripe.com")*: All errors will get sent to this address.

### Error handling

Expand Down

0 comments on commit e9f20cf

Please sign in to comment.