Skip to content

Commit 518d814

Browse files
authored
chore: fix broken configuration url paths (#890)
1 parent 553c30e commit 518d814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kratos/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ You are now able to sign in with the new password. To learn more about account r
577577
#### Configuration
578578

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

585585
:::note

0 commit comments

Comments
 (0)