summaryrefslogtreecommitdiff
path: root/bin/taler_urls.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-17 18:12:18 +0200
committerMS <ms@taler.net>2020-09-17 18:12:18 +0200
commit5479412ef2ce715d87ffea699693593e3c7e25a7 (patch)
tree4dd092419f3b6d2b48f3a267e9775c52b06dedaa /bin/taler_urls.py
parentd34142c2e3bca379127d5ca1703474453ac3cc0e (diff)
downloaddeployment-5479412ef2ce715d87ffea699693593e3c7e25a7.tar.gz
deployment-5479412ef2ce715d87ffea699693593e3c7e25a7.tar.bz2
deployment-5479412ef2ce715d87ffea699693593e3c7e25a7.zip
fix url
Diffstat (limited to 'bin/taler_urls.py')
-rw-r--r--bin/taler_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index 5f8aa00..27a4f81 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -3,7 +3,7 @@ from urllib.parse import urlparse
taler_urls = dict(
online = dict(
donations = "https://donations.{}.taler.net/",
- blog = "https://blog.{}.taler.net/",
+ blog = "https://shop.{}.taler.net/",
bank = "https://bank.{}.taler.net/",
backoffice = "https://backoffice.{}.taler.net/",
exchange = "https://exchange.{}.taler.net/",