File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def name_search():
201
201
202
202
term = request .args .get ('term' , "" )
203
203
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 ()
205
205
else :
206
206
results = None
207
207
var_dict = {'title' : term , 'results' : results , 'active' : 'name' }
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ <h5 class="black-text">Citation Information</h5>
66
66
< div class ="col l4 offset-l2 s12 ">
67
67
< h5 class ="black-text "> Other Servers</ h5 >
68
68
< 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 >
72
72
</ ul >
73
73
</ div >
74
74
</ div >
You can’t perform that action at this time.
0 commit comments