Skip to content

Commit 7f14924

Browse files
committed
link fix
1 parent bb38053 commit 7f14924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/security/authentication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ MONGODB-AWS Mechanism
258258
The ``MONGODB-AWS`` authentication mechanism uses your Amazon Web Services
259259
Identity and Access Management (AWS IAM) credentials to authenticate your
260260
user. To learn more about configuring MongoDB Atlas, see the
261-
:atlas:`Set Up Passwordless Authentication with AWS IAM Roles </security/aws-iam-authentication>`
261+
:atlas:`Set Up Authentication with AWS IAM </security/aws-iam-authentication>`
262262
guide.
263263

264264
To instruct the driver to use this authentication mechanism, you can specify
@@ -435,7 +435,7 @@ Specify Your Credentials in a MongoCredential
435435

436436
You can supply your AWS IAM credentials to a ``MongoClient`` by using a
437437
``MongoCredential`` instance. To construct the ``MongoCredential`` instance
438-
for ``MONGODB-AWS`` authentication, use the `createAwsCredential() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#createAwsCredential(java.lang.String,char%5B%5D)>`__
438+
for ``MONGODB-AWS`` authentication, use the `createAwsCredential() <{+core-api+}/com/mongodb/MongoCredential.html#createAwsCredential(java.lang.String,char%5B%5D)>`__
439439
factory method.
440440

441441
You can supply only programmatic access keys to the

0 commit comments

Comments
 (0)