From a258d98d11f371c281cc9def86cefbfdcf0784ea Mon Sep 17 00:00:00 2001 From: Lukas Leeb <56000765+lukasl-dev@users.noreply.github.com> Date: Tue, 13 May 2025 03:12:40 +0200 Subject: [PATCH] Fix dead link in cli-authentication.mdx (#666) --- docs/fern/docs/pages-template/others/cli-authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fern/docs/pages-template/others/cli-authentication.mdx b/docs/fern/docs/pages-template/others/cli-authentication.mdx index 1be9b0f88..a671df140 100644 --- a/docs/fern/docs/pages-template/others/cli-authentication.mdx +++ b/docs/fern/docs/pages-template/others/cli-authentication.mdx @@ -5,7 +5,7 @@ description: How to authenticate a command line application using Stack Auth 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. -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: +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: ```py └─ my-python-app