Skip to content

Commit 379996b

Browse files
committed
Update site links to hydephp.com
1 parent 5dddff8 commit 379996b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_pages/index.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ class="relative mt-2 text-transparent bg-clip-text bg-gradient-to-br logo-gradie
6060
<span class="sr-only">Resources for getting started</span>
6161
<ul class="flex flex-wrap justify-center list-none" style="padding: 0;">
6262
<li>
63-
<a href="https://hydephp.github.io/docs/master" class="uppercase font-bold text-sm flex text-center m-2 mx-3">
63+
<a href="https://hydephp.com/docs/master" class="uppercase font-bold text-sm flex text-center m-2 mx-3">
6464
Documentation
6565
</a>
6666
</li>
6767
<li>
68-
<a href="https://hydephp.github.io/docs/master/getting-started.html" class="uppercase font-bold text-sm flex text-center m-2 mx-3">
68+
<a href="https://hydephp.com/docs/master/getting-started.html" class="uppercase font-bold text-sm flex text-center m-2 mx-3">
6969
Getting Started
7070
</a>
7171
</li>

webpack.mix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Using Laravel Mix is optional as the styles you need to get started are already included.
22
// However, if you add new Tailwind classes, or any customizations, you can use Webpack to
3-
// compile the assets. See https://hydephp.github.io/docs/master/managing-assets.html.
3+
// compile the assets. See https://hydephp.com/docs/master/managing-assets.html.
44

55
let mix = require('laravel-mix');
66

0 commit comments

Comments
 (0)