File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
astroquery/vo_conesearch/validator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Conf(_config.ConfigNamespace):
14
14
"""
15
15
# http://www.ivoa.net/documents/RegTAP/20171206/WD-RegTAP-1.1-20171206.pdf
16
16
conesearch_master_list = _config .ConfigItem (
17
- 'http ://vao.stsci.edu/regtap/tapservice.aspx/sync?lang=adql&'
17
+ 'https ://vao.stsci.edu/regtap/tapservice.aspx/sync?lang=adql&'
18
18
'query=SELECT%20*%20FROM%20rr.capability%20'
19
19
'NATURAL%20JOIN%20rr.interface%20NATURAL%20JOIN%20rr.resource%20'
20
20
'NATURAL%20JOIN%20rr.res_subject%20WHERE%20'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def parse_cs(ivoid, cap_index=1):
30
30
ivoid = ivoid .decode ('ascii' )
31
31
32
32
# Production server.
33
- url = ("http ://vao.stsci.edu/regtap/tapservice.aspx/sync?lang=adql&"
33
+ url = ("https ://vao.stsci.edu/regtap/tapservice.aspx/sync?lang=adql&"
34
34
"query=select%20detail_xpath%2Cdetail_value%20from%20"
35
35
"rr.res_detail%20where%20"
36
36
"ivoid%3D%27{0}%27%20and%20cap_index={1}%20and%20"
You can’t perform that action at this time.
0 commit comments