From 3a72ea6dd4c611f7b878655525c6ce38994eaead Mon Sep 17 00:00:00 2001 From: Klaus Thoden Date: Thu, 1 Mar 2018 09:31:19 +0100 Subject: [PATCH] Use new address (redirect to old site is in place) --- build_frontmatter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_frontmatter.py b/build_frontmatter.py index eef6bb9..8183311 100644 --- a/build_frontmatter.py +++ b/build_frontmatter.py @@ -290,7 +290,8 @@ def which_publisher(series): base_url = "http://edition-open-sources.org" publisher_name = "Edition Open Sources" else: - base_url = "http://edition-open-access.de" + base_url = "http://mprl-series.mpg.de" + # base_url = "http://edition-open-access.de" publisher_name = r"Max Planck Research Library for the History and Development of Knowledge" return base_url, publisher_name