From 553428c304ecfa026439bfa46e3669d6a132d100 Mon Sep 17 00:00:00 2001 From: Taranveer Virk Date: Tue, 6 Mar 2018 21:29:45 -0500 Subject: [PATCH] docs: fix links in Booting an Application --- pages/en/lb4/Booting-an-Application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/en/lb4/Booting-an-Application.md b/pages/en/lb4/Booting-an-Application.md index 291175059..b71206680 100644 --- a/pages/en/lb4/Booting-an-Application.md +++ b/pages/en/lb4/Booting-an-Application.md @@ -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 @@ -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.