From 39baf0ef593a07185b2b8ed1fd65fb3f60a14992 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 23 Sep 2023 00:58:31 +0330 Subject: [PATCH] chore: fix url --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f765dd..3d1eb4a 100644 --- a/composer.json +++ b/composer.json @@ -68,6 +68,6 @@ "forum": "https://github.com/datamweb/shield-oauth/discussions", "source": "https://github.com/datamweb/shield-oauth", "issues": "https://github.com/datamweb/shield-oauth/issues", - "docs": "www.shield-oauth.codeigniter4.ir/" + "docs": "https://www.shield-oauth.codeigniter4.ir" } }