Merge pull request #3331 from rahiel/fix-tor-link

DuckDuckGo: fix link to Tor onion service
master
Brian Stoner 2016-12-04 11:15:07 -05:00 committed by GitHub
commit 126b6940c5
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ tor:
- torhiddenservice
title: "DuckDuckGo is available on Tor"
subtitle: "Visit our onion address"
url: http://3g2upl4pq6kufc4m.onion.link
url: http://3g2upl4pq6kufc4m.onion # only available via the Tor Browser
traffic:
title: "Looking for our traffic stats?"
subtitle: "Visit the DuckDuckGo traffic page"

View File

@ -93,13 +93,13 @@ my @merch_result = (
}
});
my @tor_result = (
'DuckDuckGo is available on Tor http://3g2upl4pq6kufc4m.onion.link',
'DuckDuckGo is available on Tor http://3g2upl4pq6kufc4m.onion',
structured_answer => {
data => {
title => 'DuckDuckGo is available on Tor',
subtitle_image => undef,
subtitle_text => 'Visit our onion address',
subtitle_url => 'http://3g2upl4pq6kufc4m.onion.link'
subtitle_url => 'http://3g2upl4pq6kufc4m.onion'
},
templates => {
group => 'text',