From c0a86b8ea59a21b18dc7af142a8bb21391ec241c Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Tue, 19 May 2020 17:28:04 +0200
Subject: [PATCH] Adapted doc urls for betatest.

---
 docs/conf.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 109acb8a2f..e38f998e13 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,6 +13,7 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 import os
 import sys
+
 sys.path.insert(0, os.path.abspath('.'))
 # from recommonmark.transform import AutoStructify
 
@@ -29,7 +30,7 @@ copyright = '2018, FAIRDI e.V.'
 author = 'FAIRDI e.V.'
 
 rst_epilog = '''
-.. |pypi_url| replace:: https://labdev-nomad.esc.rzg.mpg.de/fairdi/nomad/testing-major/dist/
+.. |pypi_url| replace:: https://repository.nomad-coe.eu/v0.8/dist/
 '''
 
 # The short X.Y version
@@ -203,4 +204,4 @@ def setup(app):
     # }, True)
     # app.add_transform(AutoStructify)
 
-extlinks = {'api': ('https://repository.nomad-coe.eu/app/api/%s', 'NOMAD API ')}
\ No newline at end of file
+extlinks = {'api': ('https://repository.nomad-coe.eu/v0.8/api/%s', 'NOMAD API ')}
\ No newline at end of file
-- 
GitLab