docs: fix broken links
Signed-off-by: Shubham Prajapat <shubham.prajapat@sourcefuse.com>
This commit is contained in:
parent
809ba11bdd
commit
012c2def3a
|
@ -6,8 +6,8 @@
|
||||||
LoopBack Connector is a set of building blocks simplifying implementation
|
LoopBack Connector is a set of building blocks simplifying implementation
|
||||||
of datasource-specific connectors like Oracle, MongoDB, REST.
|
of datasource-specific connectors like Oracle, MongoDB, REST.
|
||||||
|
|
||||||
**For full documentation, see the official StrongLoop documentation**:
|
**For full documentation, see the official LoopBack documentation**:
|
||||||
* [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors)
|
* [Data sources and connectors](https://loopback.io/doc/en/lb4/Connectors-reference.html)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -15,5 +15,5 @@ of datasource-specific connectors like Oracle, MongoDB, REST.
|
||||||
|
|
||||||
## Usage
|
## 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.
|
for an example of connector using this module.
|
||||||
|
|
Loading…
Reference in New Issue