From 21ced9d0128fd906001cf6b742b6ed45c968125e Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Thu, 2 Jun 2016 21:46:05 +0200
Subject: [PATCH] simplified amazon interwiki links. closes #1588

---
 conf/interwiki.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/interwiki.conf b/conf/interwiki.conf
index a314c0817..2432f111d 100644
--- a/conf/interwiki.conf
+++ b/conf/interwiki.conf
@@ -26,9 +26,9 @@ wpmeta    https://meta.wikipedia.org/wiki/{NAME}
 doku      https://www.dokuwiki.org/
 rfc       https://tools.ietf.org/html/rfc
 man       http://man.cx/
-amazon    https://www.amazon.com/exec/obidos/ASIN/{URL}/splitbrain-20/
-amazon.de https://www.amazon.de/exec/obidos/ASIN/{URL}/splitbrain-21/
-amazon.uk https://www.amazon.co.uk/exec/obidos/ASIN/
+amazon    https://www.amazon.com/dp/{URL}?tag=splitbrain-20
+amazon.de https://www.amazon.de/dp/{URL}?tag=splitbrain-21
+amazon.uk https://www.amazon.co.uk/dp/{URL}
 paypal    https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=
 phpfn     https://secure.php.net/{NAME}
 skype     skype:{NAME}
-- 
GitLab