Skip to content

Commit a258d98

Browse files
authored
Fix dead link in cli-authentication.mdx (stack-auth#666)
1 parent e2386df commit a258d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fern/docs/pages-template/others/cli-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to authenticate a command line application using Stack Auth
55

66
If you're building a command line application that runs in a terminal, you can use Stack Auth to let your users log in to their accounts.
77

8-
To do so, we provide a Python template that you can use as a starting point. [Download it here](https://github.com/stack-auth/stack-auth/docs/examples/stack_auth_cli_template.py) and copy it into your project, for example:
8+
To do so, we provide a Python template that you can use as a starting point. [Download it here](https://github.com/stack-auth/stack-auth/tree/main/docs/examples/stack_auth_cli_template.py) and copy it into your project, for example:
99

1010
```py
1111
└─ my-python-app

0 commit comments

Comments
 (0)