From d8098948e104f69c07dd1055e0d7d8d8d267eb6b Mon Sep 17 00:00:00 2001 From: Oussama Bouthouri Date: Wed, 17 Oct 2018 16:50:13 +0100 Subject: [PATCH] docs: update model documentation link inside todo tutorial --- docs/site/todo-tutorial-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/todo-tutorial-model.md b/docs/site/todo-tutorial-model.md index c37e3cfa100f..0380a242d229 100644 --- a/docs/site/todo-tutorial-model.md +++ b/docs/site/todo-tutorial-model.md @@ -22,7 +22,7 @@ name, type, and other constraints. Models are used for data exchange on the wire or between different systems. For more information about Models and how they are used in LoopBack, see -[Models](https://loopback.io/doc/en/lb4/todo-tutorial-model.html). +[Models](https://loopback.io/doc/en/lb4/Model.html). > **NOTE:** LoopBack 3 treated models as the "center" of operations; in LoopBack > 4, that is no longer the case. While LoopBack 4 provides many of the helper