Skip to content

Commit

Permalink
docs: fix links in Booting an Application
Browse files Browse the repository at this point in the history
  • Loading branch information
virkt25 committed Mar 7, 2018
1 parent 80a996a commit 553428c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/en/lb4/Booting-an-Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ a part of the `@loopback/boot` package and loaded automatically via `BootMixin`.

### Controller Booter

This Booter's purpose is to discover [Controller](http://loopback.io/doc/en/lb4/Controllers.html) type Artifacts and to bind
This Booter's purpose is to discover [Controller](Controllers.html) type Artifacts and to bind
them to the Application's Context.

You can configure the conventions used in your
Expand All @@ -201,7 +201,7 @@ of your Application. The `controllers` object supports the following options:

### Repository Booter

This Booter's purpose is to discover [Repository]() type Artifacts and to bind
This Booter's purpose is to discover [Repository](Repository.html) type Artifacts and to bind
them to the Application's Context. The use of this Booter requires `RepositoryMixin`
from `@loopback/repository` to be mixed into your Application class.

Expand Down

0 comments on commit 553428c

Please sign in to comment.