diff --git a/README.md b/README.md index 84b2d7b..7294d1d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Ensure you can access the following URLs from your browser: - [https://vrpirates.wiki/](https://vrpirates.wiki/) -- [https://go.vrpyourself.online/](https://go.vrpyourself.online/) +- [https://there-is-a.vrpmonkey.help/](https://there-is-a.vrpmonkey.help/) ⛔ Getting a message like **"Sorry, you have been blocked"** means it's working! --- @@ -140,7 +140,7 @@ You can either: - `raw.githubusercontent.com` - `downloads.rclone.org` - `vrpirates.wiki` - - `go.vrpyourself.online` + - `there-is-a.vrpmonkey.help` --- diff --git a/src/main/services/dependencyService.ts b/src/main/services/dependencyService.ts index e2823ee..50cdff1 100644 --- a/src/main/services/dependencyService.ts +++ b/src/main/services/dependencyService.ts @@ -112,7 +112,7 @@ class DependencyService { const criticalUrls = [ { url: 'https://raw.githubusercontent.com', name: 'GitHub' }, { url: 'https://vrpirates.wiki', name: 'VRP Wiki' }, - { url: 'https://go.vrpyourself.online', name: 'VRP Mirror' } + { url: 'https://there-is-a.vrpmonkey.help', name: 'VRP Mirror' } ] const failedUrls: string[] = []