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.