Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Prajapat <shubham.prajapat@sourcefuse.com>
  • Loading branch information
shubhamp-sf authored and nflaig committed Oct 31, 2022
1 parent 809ba11 commit 012c2de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
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

npm install loopback-connector

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

0 comments on commit 012c2de

Please sign in to comment.