diff --git a/README.md b/README.md index c358fa8..6ba0e5d 100755 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@

- Demo   - Documentation   - Configuration   - Building + Demo   + Documentation   + Configuration   + Building


@@ -54,9 +54,9 @@ DirectoryIndex index.html index.php /indexer.php
-For detailed instructions on how to configure the script, refer to [setup](https://ivfi.io/docs/php/#/setup). +For detailed instructions on how to configure the script, refer to [setup](https://git.five.sh/ivfi/docs/php/#/setup). -The releases and individual builds are available [here](https://ivfi.io/releases/php/). +The releases and individual builds are available [here](https://git.five.sh/ivfi/releases/php/).
diff --git a/docs/index.html b/docs/index.html index 3b0250a..ae74bb0 100755 --- a/docs/index.html +++ b/docs/index.html @@ -3,14 +3,14 @@ IVFi-PHP (Documentation) - + - + diff --git a/docs/setup.md b/docs/setup.md index eed8f82..a143ef5 100755 --- a/docs/setup.md +++ b/docs/setup.md @@ -7,7 +7,7 @@

Download the latest release HERE!

Alternatively, you can also build it from source yourself, for that see: building

-

You can also find every release and specific builds here: https://ivfi.io/releases/php/

+

You can also find every release and specific builds here: https://git.five.sh/ivfi/releases/php/

## Files diff --git a/src/php/template.php b/src/php/template.php index 024fd08..5d2353d 100755 --- a/src/php/template.php +++ b/src/php/template.php @@ -10,7 +10,7 @@ /** * [Configuration] * A more in-depth overview can be found here: - * https://ivfi.io/docs/php/#/config + * https://git.five.sh/ivfi/docs/php/#/config */ /* Used to bust the cache and to display footer version number */ @@ -2313,7 +2313,7 @@ function constructFooter($renderTime, $currentDirectory, $config, $version) ], implode('', [ Helpers::createElement('a', [ 'target' => '_blank', - 'href' => 'https://ivfi.io/' + 'href' => 'https://git.five.sh/ivfi/' ], 'IVFi'), Helpers::createElement('span', [], $version) ])); @@ -2563,7 +2563,7 @@ function constructJsConfig($config, $sorting, $timestamp, $bust, $theme) - +