Skip to content

Commit a9ee260

Browse files
committed
docs(readme): Improves links.
1 parent 18525d2 commit a9ee260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
### Create a repository facade
1010
This package contains the [RepoFacade TypeScript interface](./src/RepoFacade.ts). You can create a facade to match the interface using the factories below.
1111

12-
- [Knex](https://github.com/js-migrations/knex)
13-
- [Mongo](https://github.com/js-migrations/mongo) - Coming Soon.
12+
- [Knex](https://github.com/js-migrations/knex/blob/master/readme.md)
13+
- [Mongo](https://github.com/js-migrations/mongo/blob/master/readme.md) - Coming Soon.
1414

1515
### Use the factory
1616
```typescript

0 commit comments

Comments
 (0)