From c5828bf5ef2dbb99167d817145eb20e812767b37 Mon Sep 17 00:00:00 2001 From: AbdulOmar <65829261+AbdulOmarCR@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:05:53 -0600 Subject: [PATCH] [6.x] Update Laravel Socialite documentation link (#388) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9697dac..b95062da 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Introduction -Socialstream is a third-party package for [Laravel Jetstream](https://github.com/laravel/jetstream). It replaces the published authentication and profile scaffolding provided by Laravel Jetstream, with scaffolding that has support for [Laravel Socialite](https://laravel.com/docs/8.x/socialite). +Socialstream is a third-party package for [Laravel Jetstream](https://github.com/laravel/jetstream). It replaces the published authentication and profile scaffolding provided by Laravel Jetstream, with scaffolding that has support for [Laravel Socialite](https://laravel.com/docs/11.x/socialite). If you are unfamiliar with Laravel Socialite, it is strongly advised that you take a look at the [official documentation](https://laravel.com/docs/socialite).