Skip to content

Commit deee72c

Browse files
authored
Merge pull request #3413 from rlwastro/master
2 parents 4623c1f + 282befc commit deee72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/image_cutouts/first/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Conf(_config.ConfigNamespace):
1717
Configuration parameters for `astroquery.image_cutouts.first`.
1818
"""
1919
server = _config.ConfigItem(
20-
['https://third.ucllnl.org/cgi-bin/firstcutout'],
20+
['https://sundog.stsci.edu/cgi-bin/firstcutout'],
2121
'Name of the FIRST server.')
2222
timeout = _config.ConfigItem(
2323
60,

0 commit comments

Comments
 (0)