From a948f81b47ec97bf318d865c72ed47d4e184e088 Mon Sep 17 00:00:00 2001 From: Miroslav Bajtos Date: Tue, 3 Sep 2013 19:28:08 +0200 Subject: [PATCH] doc/concepts: fixed link to strong-remoting docs --- docs/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.md b/docs/concepts.md index 18129044..f1386ea5 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -111,6 +111,6 @@ LoopBack takes this one step further by allowing you to seamlessly invoke server side code running in LoopBack in the backend from the your client on the front end. -For more information, please read the [Remoting Guide](/strong-remoting.README.md). +For more information, please read the [Remoting Guide](/strong-remoting). ---