From e2a9aad3238b9896a22cd9d80be0bee0874d091c Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Fri, 14 Feb 2020 17:36:02 +0800 Subject: [PATCH] chore(docs): fix feature parity link See #4466 Fix a minor typo that prevents Jekyll from parsing and converting the link into a navigatable URL. Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- docs/site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/index.md b/docs/site/index.md index 48f93abcae21..f79ff6a3514b 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -15,7 +15,7 @@ multiple repos, as in v3. However, examples and externally-developed components will be in separate repositories. '%} -{% include important.html content="Certain features from LoopBack 3 may still be a work in progress or are not planned to be migrated to LoopBack 4. See [Understanding the differences](understanding-the-differences.md)." %} +{% include important.html content="Certain features from LoopBack 3 may still be a work in progress or are not planned to be migrated to LoopBack 4. See [Understanding the differences](Understanding-the-differences.md)." %} LoopBack is a highly extensible, open-source Node.js and TypeScript framework based on Express that enables you to quickly create APIs and microservices