From 231874d0fd700e3d7e855e5071afbcd865da4f1b Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Tue, 20 Feb 2018 22:42:36 -0500 Subject: [PATCH] docs: update broken link in crafting LB --- pages/en/lb4/Crafting-LoopBack-4.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pages/en/lb4/Crafting-LoopBack-4.md b/pages/en/lb4/Crafting-LoopBack-4.md index 1e0fa03ca..0e3f2583e 100644 --- a/pages/en/lb4/Crafting-LoopBack-4.md +++ b/pages/en/lb4/Crafting-LoopBack-4.md @@ -324,27 +324,22 @@ Before we go further, let's try to build a 'hello world' application with LoopBa ### Basic Hello-World -https://github.com/strongloop/loopback4-example-hello-world +[@loopback/example-hello-world](https://github.com/strongloop/loopback-next/tree/master/packages/example-hello-world) ### Intermediate example -https://github.com/strongloop/loopback-next-hello-world +[@loopback/example-log-getting-started](https://github.com/strongloop/loopback-next/tree/master/packages/example-getting-started) ## Example for extension developers ### Learn from existing ones -- [loopback4-example-log-extension](https://github.com/strongloop/loopback4-example-log-extension) +- [@loopback/example-log-extension](https://github.com/strongloop/loopback-next/tree/master/packages/example-log-extension) - [@loopback/authentication](https://github.com/strongloop/loopback-next/tree/master/packages/authentication) -### Create your own from the starter - -The [loopback4-extension-starter](https://github.com/strongloop/loopback4-extension-starter) project provides a template to create your own LoopBack 4 extensions as a component. Please follow the instructions to get started. - ## References - https://strongloop.com/strongblog/announcing-loopback-next/ -- https://github.com/strongloop/loopback-next-hello-world - https://www.infoq.com/articles/driving-architectural-simplicity - https://strongloop.com/strongblog/creating-a-multi-tenant-connector-microservice-using-loopback/ - https://strongloop.com/strongblog/loopback-as-an-event-publisher/