Skip to content

Commit a928594

Browse files
authored
chore: fix links in readme (#2766)
1 parent b5f19ef commit a928594

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
44

5-
**NOTE: v4.x was recently released with breaking API changes. You can find a list of changes [here](docs/CHANGES_4.0.0.md).**
5+
**NOTE: v4.x was recently released with breaking API changes. You can find a list of changes [here](https://github.com/mongodb/node-mongodb-native/blob/4.0/HISTORY.md).**
66

77
## Quick Links
88

99
| what | where |
1010
|---------------|------------------------------------------------------------------------------------------------------------------|
1111
| documentation | [https://docs.mongodb.com/drivers/node](https://docs.mongodb.com/drivers/node) |
12-
| api-doc | [https://mongodb.github.io/node-mongodb-native/4.0/api/](https://mongodb.github.io/node-mongodb-native/4.0/api/) |
12+
| api-doc | [https://mongodb.github.io/node-mongodb-native/4.0/](https://mongodb.github.io/node-mongodb-native/4.0/) |
1313
| npm package | [https://www.npmjs.com/package/mongodb](https://www.npmjs.com/package/mongodb) |
1414
| source | [https://github.com/mongodb/node-mongodb-native](https://github.com/mongodb/node-mongodb-native) |
1515
| mongodb | [https://www.mongodb.com](https://www.mongodb.com) |
@@ -32,7 +32,7 @@ For issues with, questions about, or feedback for the Node.js driver, please loo
3232

3333
### Change Log
3434

35-
Change history can be found in [`HISTORY.md`](HISTORY.md).
35+
Change history can be found in [`HISTORY.md`](https://github.com/mongodb/node-mongodb-native/blob/4.0/HISTORY.md).
3636

3737
### Compatibility
3838

@@ -64,7 +64,7 @@ The MongoDB driver depends on several other packages. These are:
6464
- [kerberos](https://github.com/mongodb-js/kerberos)
6565
- [mongodb-client-encryption](https://github.com/mongodb/libmongocrypt#readme)
6666

67-
Some of these packages include native C++ extensions, consult the [trouble shooting guide here](docs/native-extensions.md) if you run into issues.
67+
Some of these packages include native C++ extensions, consult the [trouble shooting guide here](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/native-extensions.md) if you run into issues.
6868

6969
## Quick Start
7070

@@ -235,4 +235,4 @@ For more detailed information, see the [indexing strategies page](https://docs.m
235235
[Apache 2.0](LICENSE.md)
236236

237237
© 2009-2012 Christian Amor Kvalheim
238-
© 2012-present MongoDB [Contributors](CONTRIBUTORS.md)
238+
© 2012-present MongoDB [Contributors](https://github.com/mongodb/node-mongodb-native/blob/4.0/CONTRIBUTORS.md)

0 commit comments

Comments
 (0)