From d46b4b827dac0b3cf736b95c9243ec87aeeba878 Mon Sep 17 00:00:00 2001 From: tabuna Date: Fri, 10 Nov 2023 05:54:26 +0300 Subject: [PATCH] Temporary change docs to fork --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index 7835172b..65b07f6c 100644 --- a/routes/console.php +++ b/routes/console.php @@ -33,7 +33,7 @@ collect(Docs::SUPPORT_VERSION) ->filter(fn(string $version) => !Storage::disk('docs')->exists($version)) ->every(fn(string $version) => Process::path(storage_path('docs')) - ->run("git clone --single-branch --branch '$version' https://github.com/laravelRus/docs '$version'")); + ->run("git clone --single-branch --branch '$version' https://github.com/tabuna/docs '$version'")); })->purpose('Checkout the latest Laravel docs');