From 012c2def3ae8e166038afa287f5e7ed0d096b092 Mon Sep 17 00:00:00 2001 From: Shubham Prajapat Date: Mon, 31 Oct 2022 15:20:08 +0530 Subject: [PATCH] docs: fix broken links Signed-off-by: Shubham Prajapat --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1d07b5..aecf87e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ LoopBack Connector is a set of building blocks simplifying implementation of datasource-specific connectors like Oracle, MongoDB, REST. -**For full documentation, see the official StrongLoop documentation**: - * [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors) +**For full documentation, see the official LoopBack documentation**: + * [Data sources and connectors](https://loopback.io/doc/en/lb4/Connectors-reference.html) ## Installation @@ -15,5 +15,5 @@ of datasource-specific connectors like Oracle, MongoDB, REST. ## Usage -See [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql) +See [loopback-connector-mysql](https://github.com/loopbackio/loopback-connector-mysql) for an example of connector using this module.