Skip to content

Commit

Permalink
docs: fix broken links API doc (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr authored Mar 11, 2022
1 parent 2cb5d2b commit 47eaae5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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

0 comments on commit 47eaae5

Please sign in to comment.