Skip to content

Commit 9ae41e6

Browse files
committed
Updated redirects to fix link validation
1 parent 017bfa5 commit 9ae41e6

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

astro.config.mjs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@ export default defineConfig({
8080
"/integrate/":
8181
"/integrate/connected-apps/add-connected-apps/",
8282
"/machine-to-machine-applications/":
83-
"/machine-to-machine-applications/about-m2m/index/",
83+
"/machine-to-machine-applications/about-m2m/authenticate-with-m2m/",
8484
"/manage-your-account/":
8585
"/manage-your-account/business-information/update-your-details/",
8686
"/manage-users/":
87-
"/manage-users/about/index/",
87+
"/manage-users/about/manage-users-across-organizations/",
8888
"/properties/":
89-
"/properties/about-properties/index/",
89+
"/properties/about-properties/application-properties/",
9090
"/releases/":
9191
"/releases/about/about-feature-flags/",
9292
"/trust-center/":
9393
"/trust-center/agreements/terms-of-service/",
9494
"/workflows/":
95-
"/workflows/about-workflows/index/",
95+
"/workflows/about-workflows/",
9696

9797
// Authenticate section subfolder redirects
9898
"/authenticate/about-auth/":
@@ -217,8 +217,6 @@ export default defineConfig({
217217
"/manage-your-account/your-data/check-your-mau/",
218218

219219
// Manage users section subfolder redirects
220-
"/manage-users/about/":
221-
"/manage-users/about/index/",
222220
"/manage-users/access-control/":
223221
"/manage-users/access-control/accept-policies-signup/",
224222
"/manage-users/add-and-edit/":
@@ -253,8 +251,6 @@ export default defineConfig({
253251
"/trust-center/security/security-at-kinde/",
254252

255253
// Workflows section subfolder redirects
256-
"/workflows/about-workflows/":
257-
"/workflows/about-workflows/index/",
258254
"/workflows/bindings/":
259255
"/workflows/bindings/access-token-binding/",
260256
"/workflows/configuration/":
@@ -268,7 +264,7 @@ export default defineConfig({
268264
"/workflows/observability/":
269265
"/workflows/observability/workflow-build-logs/",
270266
"/workflows/testing/":
271-
"/workflows/testing/index/"
267+
"/workflows/testing/preview-workflows/"
272268
},
273269
markdown: {
274270
rehypePlugins: [

src/content/docs/authenticate/about-auth/identity-and-verification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When you set up an enterprise connection or a social connection, you can select
8585

8686
If a social provider gives us a new first name, last name or picture for a user, Kinde updates these fields in the user profile to match those supplied to us.
8787

88-
This is on by default, but you can turn it off if you wish to keep a static profile. [About profile sync](/manage-users/about/#user-profiles-are-synced-to-kinde).
88+
This is on by default, but you can turn it off if you wish to keep a static profile. [About profile sync](/manage-users/about/).
8989

9090
If you have syncing off at an environment level but turned on at a social connection level we will honor the request for the social connection to sync.
9191

0 commit comments

Comments
 (0)