Skip to content

Commit 46337f4

Browse files
authored
Update README.md (#947)
Co-authored-by: bisht42 <[email protected]>
1 parent 57e3761 commit 46337f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ for more details about the various versions of the driver.
2121

2222
* [MongoDB C++ Driver Installation](https://mongocxx.org/mongocxx-v3/installation/)
2323
* [MongoDB C++ Driver Quickstart](https://mongocxx.org/mongocxx-v3/tutorial/)
24+
* [MongoDB CXX Driver Examples](https://github.com/mongodb/mongo-cxx-driver/tree/master/examples)
2425
* [MongoDB C++ Driver Manual](https://mongocxx.org)
26+
* [MongoDB C++ Driver Documentation](https://www.mongodb.com/docs/drivers/cxx/)
2527
* [MongoDB C++ Driver API Documentation](https://mongocxx.org/api/current/)
2628
* [MongoDB C++ Driver Contribution guidelines](https://mongocxx.org/contributing/)
2729
* [MongoDB Database Manual](https://docs.mongodb.com/manual/)
30+
* [MongoDB Developer Center](https://www.mongodb.com/developer/languages/cpp/)
31+
* [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb%20c%2b%2b)
2832

2933
## Driver status by family and version
3034

@@ -45,7 +49,7 @@ Currently, no drivers guarantee API or ABI stability.
4549

4650
## MongoDB compatibility
4751

48-
Compatibility of each C++ driver version with each MongoDB server is documented in the [MongoDB manual](https://docs.mongodb.com/drivers/cxx#mongodb-compatibility).
52+
Compatibility of each C++ driver version with each MongoDB server is documented in the [MongoDB C++ Driver Documentation](https://www.mongodb.com/docs/drivers/cxx/#mongodb-compatibility).
4953

5054
## Bugs and issues
5155

0 commit comments

Comments
 (0)