gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix url


From: gnunet
Subject: [taler-deployment] branch master updated: fix url
Date: Thu, 17 Sep 2020 18:12:22 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5479412  fix url
5479412 is described below

commit 5479412ef2ce715d87ffea699693593e3c7e25a7
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 17 18:12:18 2020 +0200

    fix url
---
 bin/taler_urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/";,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]