From 32635dbe6ca3aa95fa60143367b6cec9a7412041 Mon Sep 17 00:00:00 2001 From: Iosif Miclaus Date: Thu, 28 Mar 2024 20:18:17 +0100 Subject: [PATCH] Fix reference to 4.x --- .vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index afbfd67..7fae331 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -71,7 +71,7 @@ export default defineConfigWithTheme({ link: 'https://jetstream.laravel.com', current: true, }, - { text: 'v4.x', link: 'https://github.com/laravel/jetstream-docs/tree/4.x' }, + { text: 'v4.x', link: 'https://github.com/laravel/jetstream-docs/tree/61cfcca' }, { text: 'v3.x', link: 'https://github.com/laravel/jetstream-docs/tree/3.x' }, { text: 'v2.x', link: 'https://github.com/laravel/jetstream-docs/tree/2.x' }, { text: 'v1.x', link: 'https://github.com/laravel/jetstream-docs/tree/1.x' },