Skip to content

Commit 5af11b7

Browse files
Update link
Co-authored-by: josef <[email protected]>
1 parent 1d42dad commit 5af11b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cli/auth/admin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class MyCustomInterceptor: URLRequestInterceptor {
269269

270270
To add additional admin actions that are not included by default but are enabled by Amazon Cognito, you will need to update the Lambda function code that is generated for you. The change will include adding a procedure for the action and creating a route for it. You will then associate the procedure to the route within the express app.
271271

272-
Below is an example of how to add an admin action that will allow you to <ExternalLink href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUpdateUserAttributes.html">update a user's attributes</ExternalLink>.
272+
Below is an example of how to add an admin action that will allow you to [update a user's attributes](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUpdateUserAttributes.html).
273273
```js
274274
async function updateUserAttributes(username, attributes) {
275275

0 commit comments

Comments
 (0)