docs: fix broken links

Signed-off-by: Shubham Prajapat <shubham.prajapat@sourcefuse.com>
This commit is contained in:
Shubham Prajapat 2022-10-31 15:20:08 +05:30 committed by Nico Flaig
parent 809ba11bdd
commit 012c2def3a
1 changed files with 3 additions and 3 deletions

View File

@ -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.