New domain

This commit is contained in:
Samuel Štancl 2020-04-20 00:04:46 +02:00
parent acd85de67e
commit c2ade3f4fe
2 changed files with 9 additions and 9 deletions

16
dist/index.html vendored
View file

@ -19,7 +19,7 @@
</div>
<div class="text-lg text-indigo-200 flex justify-between items-center">
<div class="mx-4 hover:text-indigo-100">
<a href="https://tenancy.samuelstancl.me/docs/v2/difference-between-this-package-and-others/">
<a href="https://tenancyforlaravel.com/docs/v2/difference-between-this-package-and-others/">
This Package vs Others
</a>
</div>
@ -54,7 +54,7 @@
Donate
</a>
</div>
<a class="mx-4" href="https://tenancy.samuelstancl.me/docs/v2/getting-started/">
<a class="mx-4" href="https://tenancyforlaravel.com/docs/v2/getting-started/">
<button class="text-indigo-100 shadow-primary font-semibold text-center px-6 py-2
bg-indigo-dark border-indigo-dark border-2 rounded-10 hover:bg-indigo-900
hover:border-indigo-900 focus:outline-none both-transition">Get Started</button>
@ -106,7 +106,7 @@ dispatch(new SendOrderCreatedMail);
</div>
</div>
<div class="w-full xl:w-auto mt-8 xl:mt-2">
<a href="https://tenancy.samuelstancl.me/docs/v2/getting-started/">
<a href="https://tenancyforlaravel.com/docs/v2/getting-started/">
<button class="text-indigo-100 shadow-primary font-semibold text-xl w-full xl:w-64 text-center py-2
bg-indigo-dark border-indigo-dark border-2 rounded-10 hover:bg-indigo-900
hover:border-indigo-900 focus:outline-none both-transition">View
@ -133,7 +133,7 @@ php artisan tenancy:install
<p class="mt-5">After installation, just focus on what's important to you &mdash; writing your app.</p>
</div>
<div class="flex justify-center mt-4 xl:mt-8">
<a href="https://tenancy.samuelstancl.me/docs/v2/installation">
<a href="https://tenancyforlaravel.com/docs/v2/installation">
<button
class="text-indigo-800 font-bold text-xl w-64 text-center py-2 rounded-10
border-indigo-200 border-2 focus:outline-none focus:border-indigo-600
@ -152,7 +152,7 @@ php artisan tenancy:install
<p class="mt-5">Multi-tenancy doesn't have to mean sacrificing testability.</p>
</div>
<div class="flex justify-center xl:mt-8">
<a href="https://tenancy.samuelstancl.me/docs/v2/application-testing">
<a href="https://tenancyforlaravel.com/docs/v2/application-testing">
<button class="text-indigo-800 font-bold text-xl w-64 text-center py-2 rounded-10
border-indigo-200 border-2 focus:outline-none focus:border-indigo-600
hover:border-indigo-600 border-transition">Testing docs</button>
@ -197,7 +197,7 @@ php artisan tenancy:install
</div>
</div>
<div class="flex justify-center mt-4 xl:mt-8">
<a href="https://tenancy.samuelstancl.me/docs/v2/integrations">
<a href="https://tenancyforlaravel.com/docs/v2/integrations">
<button
class="text-indigo-800 font-bold text-xl w-64 text-center py-2 rounded-10
border-indigo-200 border-2 focus:outline-none focus:border-indigo-600
@ -322,7 +322,7 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
We think you'll love it.
</p>
<div class="flex justify-center">
<a href="https://tenancy.samuelstancl.me/docs/v2/installation">
<a href="https://tenancyforlaravel.com/docs/v2/installation">
<button class="rounded-10 bg-indigo-700 px-8 py-2 tracking-wide text-indigo-100 font-semibold
focus:outline-none focus:border-indigo-600 border-transparent border hover:bg-indigo-600 bg-transition">INSTALLATION</button>
</a>
@ -415,7 +415,7 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
<ul class="text-gray-400 text-lg">
<li><a class="hover:border-gray-500 border-b border-transparent" href="https://github.com/stancl/tenancy">GitHub</a></li>
<li><a class="hover:border-gray-500 border-b border-transparent" href="https://tenancy.samuelstancl.me/docs">Documentation</a></li>
<li><a class="hover:border-gray-500 border-b border-transparent" href="https://tenancyforlaravel.com/docs">Documentation</a></li>
</ul>
</div>
</div>