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
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) - +