Skip to content

Commit d564050

Browse files
Update URLs
1 parent 51bf930 commit d564050

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def name_search():
201201

202202
term = request.args.get('term', "")
203203
if term:
204-
results = requests.get('http://alatis.nmrbox.org/search/inchi', params={'term': term}).json()
204+
results = requests.get('https://alatis.bmrb.io/search/inchi', params={'term': term}).json()
205205
else:
206206
results = None
207207
var_dict = {'title': term, 'results': results, 'active': 'name'}

templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ <h5 class="black-text">Citation Information</h5>
6666
<div class="col l4 offset-l2 s12">
6767
<h5 class="black-text">Other Servers</h5>
6868
<ul>
69-
<li><a class="black-text" href="//gissmo.nmrfam.wisc.edu">GISSMO Server</a></li>
70-
<li><a class="black-text" href="//alatis.nmrfam.wisc.edu">ALATIS Server</a></li>
71-
<li><a class="black-text" href="//dashti.nmrfam.wisc.edu/camp/">CAMP Server</a></li>
69+
<li><a class="black-text" href="https://gissmo.bmrb.io">GISSMO Server</a></li>
70+
<li><a class="black-text" href="https://alatis.bmrb.io">ALATIS Server</a></li>
71+
<li><a class="black-text" href="https://camp.bmrb.io">CAMP Server</a></li>
7272
</ul>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)