From 151cb32465ae7eaa497da39cf330ed11259b3e3e Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 28 Jan 2021 08:40:00 +0100 Subject: [PATCH 1/2] Update _index.md --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index f6aefce38..b2ee943d2 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -2,5 +2,5 @@ title: v3 slogan: Associate users with roles and permissions githubUrl: https://github.com/spatie/laravel-permission -branch: master +branch: v3 --- From b4d3184b67b974c3053085e7d7762ea88b9215ca Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Mon, 3 Jan 2022 06:23:57 -0500 Subject: [PATCH 2/2] update docs url (#1975) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 278e3e3a8..737f1d8a1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Documentation, Installation, and Usage Instructions -See the [DOCUMENTATION](https://docs.spatie.be/laravel-permission/v3/introduction/) for detailed installation and usage instructions. +See the [DOCUMENTATION](https://spatie.be/docs/laravel-permission/v3/introduction/) for detailed installation and usage instructions. ## What It Does This package allows you to manage user permissions and roles in a database.