Skip to content

Commit abcfc83

Browse files
committed
links
1 parent 922fde5 commit abcfc83

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ stable-api = "Stable API"
3030
api = "https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-kotlin-sync"
3131
java-api = "https://mongodb.github.io/mongo-java-driver/{+version-number+}"
3232
kotlin-docs = "https://kotlinlang.org"
33-
core-api = "https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-core/com/mongodb"
33+
core-api = "{+java-api+}/apidocs/mongodb-driver-core/"

source/connect/stable-api.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ API Documentation
125125
For more information about using the {+stable-api+} with {+driver-short+}, see the
126126
following API documentation:
127127

128-
- `ServerApi <{+core-api+}/ServerApi.html>`__
129-
- `ServerApi.Builder <{+core-api+}/ServerApi.Builder.html>`__
130-
- `ServerApiVersion <{+core-api+}/ServerApiVersion.html>`__
131-
- `ServerAddress <{+core-api+}/ServerAddress.html>`__
132-
- `MongoClientSettings <{+core-api+}/MongoClientSettings.html>`__
133-
- `MongoClientSettings.Builder <{+core-api+}/MongoClientSettings.Builder.html>`__
128+
- `ServerApi <{+core-api+}com/mongodb/ServerApi.html>`__
129+
- `ServerApi.Builder <{+core-api+}com/mongodb/ServerApi.Builder.html>`__
130+
- `ServerApiVersion <{+core-api+}com/mongodb/ServerApiVersion.html>`__
131+
- `ServerAddress <{+core-api+}com/mongodb/ServerAddress.html>`__
132+
- `MongoClientSettings <{+core-api+}com/mongodb/MongoClientSettings.html>`__
133+
- `MongoClientSettings.Builder <{+core-api+}com/mongodb/MongoClientSettings.Builder.html>`__
134134
- `MongoClient <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
135135
- `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
136136

0 commit comments

Comments
 (0)