diff --git a/internal/httpclient/api_v0alpha2.go b/internal/httpclient/api_v0alpha2.go index 5c9aaa2a6ca5..0fe1f45b1c01 100644 --- a/internal/httpclient/api_v0alpha2.go +++ b/internal/httpclient/api_v0alpha2.go @@ -275,7 +275,7 @@ type V0alpha2Api interface { }) ``` - More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). + More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiGetSelfServiceRecoveryFlowRequest */ @@ -483,7 +483,7 @@ type V0alpha2Api interface { This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed. - More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). + More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiInitializeSelfServiceRecoveryFlowForBrowsersRequest */ @@ -510,7 +510,7 @@ type V0alpha2Api interface { This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). - More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). + More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiInitializeSelfServiceRecoveryFlowWithoutBrowserRequest */ @@ -881,7 +881,7 @@ type V0alpha2Api interface { (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid. - More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). + More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiSubmitSelfServiceRecoveryFlowRequest */ @@ -2939,7 +2939,7 @@ res.render('recovery', flow) }) ``` -More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). +More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiGetSelfServiceRecoveryFlowRequest */ @@ -4065,7 +4065,7 @@ or a 400 bad request error if the user is already authenticated. This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed. -More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). +More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiInitializeSelfServiceRecoveryFlowForBrowsersRequest */ @@ -4201,7 +4201,7 @@ you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). -More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). +More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiInitializeSelfServiceRecoveryFlowWithoutBrowserRequest */ @@ -6241,7 +6241,7 @@ does not have any API capabilities. The server responds with a HTTP 303 See Othe (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid. -More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery.mdx). +More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return V0alpha2ApiApiSubmitSelfServiceRecoveryFlowRequest */