Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use new address (redirect to old site is in place)
  • Loading branch information
Klaus Thoden committed Mar 1, 2018
1 parent 9520e3e commit 3a72ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_frontmatter.py
Expand Up @@ -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
Expand Down

0 comments on commit 3a72ea6

Please sign in to comment.