We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a731303 commit 72ccbd9Copy full SHA for 72ccbd9
resources/views/update.blade.php
@@ -74,7 +74,7 @@
74
$latestversion = trim(external_file_get_contents("https://version.linkstack.org/"));
75
76
if(env('JOIN_BETA') === true){
77
- $fileUrl = 'https://update.linkstack.org/beta/'. $latestversion . '.zip';
+ $fileUrl = 'https://beta.linkstack.org/'. $latestversion . '.zip';
78
} else {
79
$fileUrl = 'https://update.linkstack.org/'. $latestversion . '.zip';
80
}
0 commit comments