Skip to content

Commit a018a87

Browse files
committed
link run through
1 parent d75ca0a commit a018a87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/security/authentication.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ mechanism:
8686
To specify the default authentication mechanism by using the
8787
``MongoCredential`` class, use the ``createCredential()`` method.
8888
Also, enable TLS by calling the
89-
`applyToSslSettings() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html#applyToSslSettings(com.mongodb.Block)>`__
89+
`applyToSslSettings() <{+core-api+}/com/mongodb/MongoClientSettings.Builder.html#applyToSslSettings(com.mongodb.Block)>`__
9090
method and setting the ``enabled`` property to ``true`` in the
91-
`SslSettings.Builder <{+api+}/apidocs/mongodb-driver-core/com/mongodb/connection/SslSettings.Builder.html>`__
91+
`SslSettings.Builder <{+core-api+}/com/mongodb/connection/SslSettings.Builder.html>`__
9292
block. Your code to instantiate a ``MongoClient`` should resemble the following:
9393

9494
.. literalinclude:: /includes/security/authentication.kt
@@ -216,9 +216,9 @@ mechanism:
216216
``MongoCredential`` class, use the
217217
`createScramSha1Credential() <{+core-api+}/com/mongodb/MongoCredential.html#createScramSha1Credential(java.lang.String,java.lang.String,char[])>`__
218218
method. Also, enable TLS by calling the
219-
`applyToSslSettings() <{+api+}/com/mongodb/MongoClientSettings.Builder.html#applyToSslSettings(com.mongodb.Block)>`__
219+
`applyToSslSettings() <{+core-api+}/com/mongodb/MongoClientSettings.Builder.html#applyToSslSettings(com.mongodb.Block)>`__
220220
method and setting the ``enabled`` property to ``true`` in the
221-
`SslSettings.Builder <{+api+}/com/mongodb/connection/SslSettings.Builder.html>`__
221+
`SslSettings.Builder <{+core-api+}/com/mongodb/connection/SslSettings.Builder.html>`__
222222
block. Your code to instantiate a ``MongoClient`` should resemble the following:
223223

224224
.. literalinclude:: /includes/security/authentication.kt
@@ -273,11 +273,11 @@ mechanism:
273273

274274
To specify the ``X.509`` authentication mechanism by using the
275275
``MongoCredential`` class, use the
276-
`createMongoX509Credential() <{+api+}/com/mongodb/MongoCredential.html#createMongoX509Credential(java.lang.String)>`__
276+
`createMongoX509Credential() <{+core-api+}/com/mongodb/MongoCredential.html#createMongoX509Credential(java.lang.String)>`__
277277
method. Also, enable TLS by calling the
278-
`applyToSslSettings() <{+api+}/com/mongodb/MongoClientSettings.Builder.html#applyToSslSettings(com.mongodb.Block)>`__
278+
`applyToSslSettings() <{+core-api+}/com/mongodb/MongoClientSettings.Builder.html#applyToSslSettings(com.mongodb.Block)>`__
279279
method and setting the ``enabled`` property to ``true`` in the
280-
`SslSettings.Builder <{+api+}/com/mongodb/connection/SslSettings.Builder.html>`__
280+
`SslSettings.Builder <{+core-api+}/com/mongodb/connection/SslSettings.Builder.html>`__
281281
block. Your code to instantiate a ``MongoClient`` should resemble the following:
282282

283283
.. literalinclude:: /includes/security/authentication.kt

0 commit comments

Comments
 (0)