File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ stable-api = "Stable API"
30
30
api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-kotlin-sync"
31
31
java-api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}"
32
32
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/"
Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ API Documentation
125
125
For more information about using the {+stable-api+} with {+driver-short+}, see the
126
126
following API documentation:
127
127
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>`__
134
134
- `MongoClient <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
135
135
- `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
136
136
You can’t perform that action at this time.
0 commit comments