diff --git a/Customising-Sources-for-Ad-Lists.md b/Customising-Sources-for-Ad-Lists.md index 04a7733..811dca5 100644 --- a/Customising-Sources-for-Ad-Lists.md +++ b/Customising-Sources-for-Ad-Lists.md @@ -69,7 +69,7 @@ We've included many of these lists in `adlists.default`, but they are commented ### These Lists Will Need Additional Parsing Logic The lists below are not in standard hosts format. Since Pi-hole blocks ads at the DNS level, **just** the domain name needs to be extracted from the lists. To do this, you will likely need to use `sed` and `awk` to parse down to get just the domain names. -* `http://jansal.googlecode.com/svn/trunk/adblock/hosts` +* `https://github.com/lewisje/jansal/blob/master/adblock/hosts` * `http://www.sa-blacklist.stearns.org/sa-blacklist/sa-blacklist.current` * `https://easylist-downloads.adblockplus.org/malwaredomains_full.txt` * `https://easylist-downloads.adblockplus.org/easyprivacy.txt`