Skip to content

Commit 68681cd

Browse files
authored
Update readme (#1225)
* Update Readme * Add tutorial link --------- Co-authored-by: bisht42 <[email protected]>
1 parent e24a7a2 commit 68681cd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ If libmongoc is not needed, it is possible to build and install only libbson.
1515
Documentation / Support / Feedback
1616
==================================
1717

18-
The documentation is available at https://www.mongoc.org/.
18+
The documentation is available at `MongoDB C Driver Docs <https://www.mongodb.com/docs/drivers/c/>`_ and https://www.mongoc.org.
1919
For issues with, questions about, or feedback for libmongoc, please look into
2020
our `support channels <http://www.mongodb.org/about/support>`_. Please
2121
do not email any of the libmongoc developers directly with issues or
22-
questions - you're more likely to get an answer on the `MongoDB Community Forums`_.
22+
questions - you're more likely to get an answer on the `MongoDB Community Forums`_ or `StackOverflow <https://stackoverflow.com/questions/tagged/mongodb+c>`_.
2323

2424
Bugs / Feature Requests
2525
=======================
@@ -87,3 +87,11 @@ Installation
8787

8888
Detailed installation instructions are in the manual:
8989
https://www.mongoc.org/libmongoc/current/installing.html
90+
91+
92+
Resources
93+
============
94+
95+
* `Getting Started Tutorial <https://mongoc.org/libmongoc/current/tutorial.html>`_.
96+
* `MongoDB C Driver Examples <https://github.com/mongodb/mongo-c-driver/tree/master/src/libmongoc/examples>`_.
97+
* Tutorials, videos, and code examples using the MongoDB C Driver can also be found in the `MongoDB Developer Center <https://www.mongodb.com/developer/languages/c/>`_.

0 commit comments

Comments
 (0)