Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix links in Booting an Application #640

Merged
merged 1 commit into from
Mar 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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