Skip to content

Commit 8417407

Browse files
authored
Update README.md (#1095)
JAVA-4899
1 parent 582356c commit 8417407

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,24 @@ Release notes are available [here](https://github.com/mongodb/mongo-java-driver/
66

77
Reference and API documentation is available [here](http://mongodb.github.io/mongo-java-driver/).
88

9+
## Tutorials / Training
10+
11+
For tutorials on how to use the MongoDB Java Driver, please reference MongoDB University's Java offerings [here](https://learn.mongodb.com/catalog?labels=%5B%22Language%22%5D&values=%5B%22Java%22%5D). Additional tutorials, videos, and code examples using the Java Driver can also be found in the [MongoDB Developer Center](https://www.mongodb.com/developer/languages/java/).
12+
913
## Support / Feedback
1014

1115
For issues with, questions about, or feedback for the MongoDB Java driver, please look into
1216
our [support channels](https://www.mongodb.com/docs/manual/support/). Please
1317
do not email any of the Java driver developers directly with issues or
14-
questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/java-driver).
18+
questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/java-driver) or [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb+java).
1519

1620
At a minimum, please include in your description the exact version of the driver that you are using. If you are having
1721
connectivity issues, it's often also useful to paste in the line of code where you construct the MongoClient instance,
1822
along with the values of all parameters that you pass to the constructor. You should also check your application logs for
1923
any connectivity-related exceptions and post those as well.
2024

25+
26+
2127
## Bugs / Feature Requests
2228

2329
Think you’ve found a bug? Want to see a new feature in the Java driver? Please open a

0 commit comments

Comments
 (0)