Skip to content

Commit

Permalink
doc(app-configuration): correct section ids
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 8, 2016
1 parent c688962 commit 4364d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/article/en-US/app-configuration-and-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Optionally, you can provide an object instance to use as the data-binding contex
</source-code>
</code-listing>

## [Customizing Conventions](aurelia-doc://section/8/version/1.0.0)
## [Customizing Conventions](aurelia-doc://section/9/version/1.0.0)

There are many things you may want to customize or configure as part of your application's bootstrap process. Once you have your main `configure` method in place and `aurelia-app` is pointing to that module, you can do just about anything you want. One of the most common aspects of Aurelia that developers may want to customize, is its conventions.

Expand Down Expand Up @@ -479,7 +479,7 @@ In addition to customizing the mapping logic of the `ConventionalViewStrategy` y
</source-code>
</code-listing>

## [Logging](aurelia-doc://section/9/version/1.0.0)
## [Logging](aurelia-doc://section/10/version/1.0.0)

Aurelia has a simple logging abstraction that the framework itself uses. By default it is a no-op. The configuration in the above examples shows how to install an appender which will take the log data and output it to the console. Here's the code again, for convenience:

Expand Down

0 comments on commit 4364d89

Please sign in to comment.