Skip to content

Commit 6c94741

Browse files
committed
fix broken links
1 parent d6a5fe2 commit 6c94741

File tree

2 files changed

+2
-2
lines changed
  • src/pages/[platform]/build-a-backend/auth

2 files changed

+2
-2
lines changed

src/pages/[platform]/build-a-backend/auth/concepts/user-attributes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const auth = defineAuth({
102102
})
103103
```
104104

105-
Unlike standard attributes, custom attributes cannot natively be required for sign-up, however can be codified to require some value by [validating user attributes upon sign-up with a pre sign-up trigger](/[platform]/build-a-backend/functions/user-attribute-validation/).
105+
Unlike standard attributes, custom attributes cannot natively be required for sign-up, however can be codified to require some value by [validating user attributes upon sign-up with a pre sign-up trigger](/[platform]/build-a-backend/functions/examples/user-attribute-validation/).
106106

107107
Custom attributes can also be configured with specific data types. The following data types are supported:
108108

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/manage-user-attributes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,4 +905,4 @@ async function handleDeleteUserAttributes(
905905
## Next Steps
906906
907907
- [Learn how to set up password change and recovery](/[platform]/build-a-backend/auth/manage-users/manage-passwords/)
908-
- [Learn how to set up custom attributes](/[platform]/build-a-backend/auth/concepts/user-attributes/#custom-attributes)
908+
- [Learn how to set up custom attributes](/[platform]/build-a-backend/auth/concepts/user-attributes#custom-attributes)

0 commit comments

Comments
 (0)