Added create connection help button

This commit is contained in:
Juan Gilsanz Polo 2023-08-28 20:23:07 +02:00
parent b90d838ebc
commit f450e06a80
2 changed files with 29 additions and 14 deletions

View file

@ -5,4 +5,5 @@ class Urls {
static const String getReleasesGitHub = "https://api.github.com/repos/JGeek00/adguard-home-manager/releases";
static const String adGuardHomeReleasesTags = "https://api.github.com/repos/AdGuardTeam/AdGuardHome/releases/tags";
static const String googleSearchUrl = "https://www.google.com/search";
static const String connectionInstructions = "https://github.com/JGeek00/adguard-home-manager/wiki/Create-a-connection";
}