From ecfe72b509938d254e1c5a4f1d85e94fd16d385d Mon Sep 17 00:00:00 2001 From: Federico Coppede Date: Tue, 12 May 2026 08:51:05 -0300 Subject: [PATCH] docs: update vue repo url (#12160) fix broken vue repo url --- apps/docs/content/guides/start/quickstart.mdx | 4 ++-- apps/docs/content/sdk-examples/vue.mdx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/content/guides/start/quickstart.mdx b/apps/docs/content/guides/start/quickstart.mdx index 9869d45d72..46e60267f9 100644 --- a/apps/docs/content/guides/start/quickstart.mdx +++ b/apps/docs/content/guides/start/quickstart.mdx @@ -511,8 +511,8 @@ ZITADEL handles the complexity of the OIDC handshake so your app stays secure wi ```bash - git clone https://github.com/zitadel/example-auth-vuejs.git - cd example-auth-vuejs + git clone https://github.com/zitadel/example-auth-vue.git + cd example-auth-vue ``` diff --git a/apps/docs/content/sdk-examples/vue.mdx b/apps/docs/content/sdk-examples/vue.mdx index a70ab711a1..2ea9c1f2bc 100644 --- a/apps/docs/content/sdk-examples/vue.mdx +++ b/apps/docs/content/sdk-examples/vue.mdx @@ -5,7 +5,7 @@ sidebar_label: Vue.js framework_url: https://vuejs.org auth_library: oidc-client-ts auth_library_url: https://www.npmjs.com/package/oidc-client-ts -example_repo: https://github.com/zitadel/example-auth-vuejs +example_repo: https://github.com/zitadel/example-auth-vue auth_flow: pkce status: stable --- @@ -48,7 +48,7 @@ Before running this example, you need to create and configure a PKCE application Once you have your [Zitadel application configured](https://zitadel.com/docs/guides/integrate/login/oidc/login-users), follow these steps: -1. Clone the [repository](https://github.com/zitadel/example-auth-vuejs). +1. Clone the [repository](https://github.com/zitadel/example-auth-vue). 2. Create a `.env` file in the project root and configure it with the values from your [Zitadel application](https://zitadel.com/docs/guides/manage/console/applications-overview): ``` VITE_ZITADEL_DOMAIN=https://your-instance.zitadel.cloud @@ -80,4 +80,4 @@ npm run dev * [vue-oidc-context (wrapper)](https://www.npmjs.com/package/vue-oidc-context) * [oidc-client-ts (primary library)](https://www.npmjs.com/package/oidc-client-ts) * [oidc-client-ts GitHub](https://github.com/authts/oidc-client-ts) -* [Example repository](https://github.com/zitadel/example-auth-vuejs) +* [Example repository](https://github.com/zitadel/example-auth-vue)