Skip to content

Commit 2c14a0f

Browse files
committed
URL fix for issue 3156
squash this
1 parent 5667705 commit 2c14a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/nvas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Conf(_config.ConfigNamespace):
1616
Configuration parameters for `astroquery.nvas`.
1717
"""
1818
server = _config.ConfigItem(
19-
['https://webtest.aoc.nrao.edu/cgi-bin/lsjouwer/archive-pos.pl'],
19+
['https://www.vla.nrao.edu/cgi-bin/nvas-pos.pl'],
2020
'Name of the NVAS mirror to use.')
2121

2222
timeout = _config.ConfigItem(

0 commit comments

Comments
 (0)