diff --git a/README.md b/README.md
index 13d0b66..07dc533 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
-
+
@@ -60,7 +60,7 @@ Feel free to register your account and try out all the features of LittleLink Cu
-
+
## Features
diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php
index 2b7f836..9456227 100755
--- a/resources/views/layouts/sidebar.blade.php
+++ b/resources/views/layouts/sidebar.blade.php
@@ -146,7 +146,7 @@
return str_contains(get_headers($url)[0], "200 OK");
}
// Sets $ServerExists to true if URL exists
- if (URL_exists("https://littlelink-custom.tru.io/version.json")){
+ if (URL_exists("https://littlelink-custom.com/version.json")){
$ServerExists = "true";
}
} catch (exception $e) {
@@ -158,7 +158,7 @@
@if(file_exists(base_path("version.json")) and $ServerExists == 'true')
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal)
- An update is available
+ An update is available
@endif
@endif