Skip to content

Commit 211e4b0

Browse files
committed
docs: fix readme links for npm
Closes #186
1 parent 2860c7d commit 211e4b0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/mongodb-memory-server-core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Core package which contains main code. Used in all other packages.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

packages/mongodb-memory-server-global-3.4/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads `v3.4` mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

packages/mongodb-memory-server-global-3.6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads `v3.6` mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

packages/mongodb-memory-server-global-4.0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads `v4.0` mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

packages/mongodb-memory-server-global/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads latest mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

packages/mongodb-memory-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads mongod binary to `./node_modules/.cache` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

0 commit comments

Comments
 (0)