From 375eced70c73ef19649ca58ae5dfd3089b4fba7d Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Fri, 1 Jul 2016 18:00:39 +0200 Subject: [PATCH] fix link to Tor onion service --- share/goodie/duck_duck_go/responses.yml | 2 +- t/DuckDuckGo.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/goodie/duck_duck_go/responses.yml b/share/goodie/duck_duck_go/responses.yml index 54f4faa20..dff860f30 100644 --- a/share/goodie/duck_duck_go/responses.yml +++ b/share/goodie/duck_duck_go/responses.yml @@ -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" diff --git a/t/DuckDuckGo.t b/t/DuckDuckGo.t index 11628cb47..907234929 100644 --- a/t/DuckDuckGo.t +++ b/t/DuckDuckGo.t @@ -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',