From dd42f3d8584891fa003893c5f12882319754a748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 18 Sep 2019 16:35:20 +0200 Subject: [PATCH 1/2] Update links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0b8cc6d..ad55d49b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [stancl/tenancy](https://stancl.github.io/tenancy/) +# [stancl/tenancy](https://tenancy.samuelstancl.me) [![Laravel 5.8](https://img.shields.io/badge/laravel-5.8-red.svg)](https://laravel.com) [![Latest Stable Version](https://poser.pugx.org/stancl/tenancy/version)](https://packagist.org/packages/stancl/tenancy) @@ -15,6 +15,6 @@ You won't have to change a thing in your application's code.\* \* depending on how you use the filesystem. Everything else will work out of the box. -### [Documentation](https://stancl-tenancy.netlify.com/docs/) +### [Documentation](https://tenancy.samuelstancl.me/docs) -Documentation has been moved here: https://stancl-tenancy.netlify.com/docs/ +Documentation can be found here: https://tenancy.samuelstancl.me/docs From e7bbe9b83fd4dc8d3680973b2fabaa6052442bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 18 Sep 2019 16:38:42 +0200 Subject: [PATCH 2/2] Add link to tenancy-docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad55d49b..94f158cc 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,5 @@ You won't have to change a thing in your application's code.\* ### [Documentation](https://tenancy.samuelstancl.me/docs) Documentation can be found here: https://tenancy.samuelstancl.me/docs + +The repository with the documentation source code can be found here: [stancl/tenancy-docs](https://github.com/stancl/tenancy-docs).