File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
'kafka-21-javadoc' : ('https://kafka.apache.org/21/javadoc/org/apache/kafka%s' , '' ),
74
74
'csharp-docs' : ('http://mongodb.github.io/mongo-csharp-driver/2.10%s' , '' ),
75
75
'node-docs' : ('http://mongodb.github.io/node-mongodb-native/3.5%s' , '' ),
76
- 'scala-docs' : ('http://mongodb.github.io/mongo-scala-driver/2.8 %s' , '' ),
76
+ 'scala-docs' : ('http://mongodb.github.io/mongo-scala-driver/2.9 %s' , '' ),
77
77
'aws-docs' : ('https://docs.aws.amazon.com/%s' , '' ),
78
78
'wikipedia' : ('https://en.wikipedia.org/wiki/%s' , '' ),
79
79
'community-support' : ('https://www.mongodb.com/community-support-resources%s' , '' ),
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Connect to MongoDB Atlas
55
55
val db: MongoDatabase = client.getDatabase("test")
56
56
57
57
58
- See `Connecting <http://mongodb.github.io/mongo-scala-driver/2.6/ reference/connecting/>`__
59
- for more ways to connect.
58
+ See our guide on :scala-docs: `Connecting </ reference/connecting>` for more
59
+ ways to connect.
60
60
61
61
62
62
Compatibility
You can’t perform that action at this time.
0 commit comments