readme: update URL to new doc site

This commit is contained in:
David Cheung 2016-10-28 16:18:23 -04:00
parent 6491cc8e71
commit a17c6c50e3
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
A convention-based bootstrapper for LoopBack applications. A convention-based bootstrapper for LoopBack applications.
For full documentation, see the official StrongLoop documentation: [Defining boot scripts](http://docs.strongloop.com/display/LB/Defining+boot+scripts) and [Creating a LoopBack application](http://docs.strongloop.com/display/LB/Creating+an+application). For full documentation, see the official StrongLoop documentation: [Defining boot scripts](https://loopback.io/doc/en/lb2/Defining-boot-scripts) and [Creating a LoopBack application](https://loopback.io/doc/en/lb2/Creating-an-application).
## Overview ## Overview
@ -13,7 +13,7 @@ The loopback-boot module initializes (bootstraps) a LoopBack application. Speci
- Configures application settings - Configures application settings
- Runs additional boot scripts, so you can put custom setup code in multiple small files instead of in the main application file. - Runs additional boot scripts, so you can put custom setup code in multiple small files instead of in the main application file.
For more information, see [Defining boot scripts](http://docs.strongloop.com/display/LB/Defining+boot+scripts). For more information, see [Defining boot scripts](https://loopback.io/doc/en/lb2/Defining-boot-scripts).
### Version notes ### Version notes