Skip to content

Commit 41132a2

Browse files
author
Chris Cho
authored
update link to github pages to point to most recent version (#640)
1 parent 1175079 commit 41132a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'kafka-21-javadoc': ('https://kafka.apache.org/21/javadoc/org/apache/kafka%s', ''),
7474
'csharp-docs': ('http://mongodb.github.io/mongo-csharp-driver/2.10%s', ''),
7575
'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', ''),
7777
'aws-docs': ('https://docs.aws.amazon.com/%s', ''),
7878
'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''),
7979
'community-support': ('https://www.mongodb.com/community-support-resources%s', ''),

source/scala.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Connect to MongoDB Atlas
5555
val db: MongoDatabase = client.getDatabase("test")
5656

5757

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.
6060

6161

6262
Compatibility

0 commit comments

Comments
 (0)