Skip to content

Commit

Permalink
chore: fix broken configuration url paths (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeIsClone authored Jul 5, 2022
1 parent 553c30e commit 518d814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/kratos/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ You are now able to sign in with the new password. To learn more about account r
#### Configuration

You can find all configuration files used for this quickstart guide in
[`./contrib/quickstart/kratos`](https://github.com/ory/kratos/tree//contrib/quickstart/kratos/email-password) ,
[`./quickstart.yml`](https://github.com/ory/kratos/blob//quickstart.yml), and
[`./quickstart-standalone.yml`](https://github.com/ory/kratos/blob//quickstart-standalone.yml). To understand what each of those
[`./contrib/quickstart/kratos`](https://github.com/ory/kratos/tree/master/contrib/quickstart/kratos/email-password) ,
[`./quickstart.yml`](https://github.com/ory/kratos/blob/master/quickstart.yml), and
[`./quickstart-standalone.yml`](https://github.com/ory/kratos/blob/master/quickstart-standalone.yml). To understand what each of those
configuration files does, consult the other chapters of this documentation.

:::note
Expand Down

0 comments on commit 518d814

Please sign in to comment.