Skip to content

Commit 9bc6c99

Browse files
authored
Merge pull request #2737 from jaymedina/remove-mastlabs
Removing references to https://mast-labs.stsci.io website
2 parents 6e83f4d + dc6111c commit 9bc6c99

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

astroquery/mast/observations.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ def get_cloud_uris(self, data_products, *, include_bucket=True, full_url=False):
780780
if self._cloud_connection is None:
781781
raise RemoteServiceError(
782782
'Please enable anonymous cloud access by calling `enable_cloud_dataset` method. '
783-
'See MAST Labs documentation for an example: '
784-
'https://mast-labs.stsci.io/#example-data-access-with-astroquery-observations')
783+
'Refer to `~astroquery.mast.ObservationsClass.enable_cloud_dataset` documentation for more info.')
785784

786785
# Remove duplicate products
787786
data_products = self._remove_duplicate_products(data_products)
@@ -817,8 +816,7 @@ def get_cloud_uri(self, data_product, *, include_bucket=True, full_url=False):
817816
if self._cloud_connection is None:
818817
raise RemoteServiceError(
819818
'Please enable anonymous cloud access by calling `enable_cloud_dataset` method. '
820-
'See MAST Labs documentation for an example: '
821-
'https://mast-labs.stsci.io/#example-data-access-with-astroquery-observations')
819+
'Refer to `~astroquery.mast.ObservationsClass.enable_cloud_dataset` documentation for more info.')
822820

823821
# Query for product URIs
824822
return self._cloud_connection.get_cloud_uri(data_product, include_bucket, full_url)

0 commit comments

Comments
 (0)