Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken links API doc" #2296

Merged
merged 2 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions internal/httpclient/api_v0alpha2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions selfservice/flow/recovery/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (h *Handler) RegisterAdminRoutes(admin *x.RouterAdmin) {
// 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).
//
// Schemes: http, https
//
Expand Down Expand Up @@ -158,7 +158,7 @@ type initializeSelfServiceRecoveryFlowWithoutBrowser struct {
//
// 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).
//
// Schemes: http, https
//
Expand Down Expand Up @@ -231,7 +231,7 @@ type getSelfServiceRecoveryFlow struct {
// })
// ```
//
// 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).
//
// Produces:
// - application/json
Expand Down Expand Up @@ -329,7 +329,7 @@ type submitSelfServiceRecoveryFlowBody struct{}
// (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).
//
// Consumes:
// - application/json
Expand Down