Rename from 'Adguard DNS' to 'AdGuard Home'.

This commit is contained in:
Eugene Bujak
2018-10-15 16:02:19 +03:00
parent 40d1b18b28
commit 3e2a3afc52
13 changed files with 46 additions and 46 deletions

View File

@@ -17,6 +17,6 @@ export const STATUS_COLORS = {
};
export const REPOSITORY = {
URL: 'https://github.com/AdguardTeam/AdguardDNS',
TRACKERS_DB: 'https://github.com/AdguardTeam/AdguardDNS/tree/master/client/src/helpers/trackers/adguard.json',
URL: 'https://github.com/AdguardTeam/AdGuardHome',
TRACKERS_DB: 'https://github.com/AdguardTeam/AdGuardHome/tree/master/client/src/helpers/trackers/adguard.json',
};