@@ -60,8 +60,8 @@ def __init__(self, *, columns=["*"], column_filters={}, catalog=None,
6060 "Unified Content Description" column descriptions. Specifying
6161 these will select only catalogs that have columns matching the
6262 column descriptions defined on the Vizier web pages.
63- See http ://vizier.u-strasbg .fr/vizier/vizHelp/1.htx#ucd and
64- http ://cds.u-strasbg .fr/w /doc/UCD/
63+ See https ://vizier.cds.unistra .fr/vizier/vizHelp/1.htx#ucd and
64+ https ://vizier. cds.unistra .fr/vizier /doc/UCD/
6565 vizier_server : string
6666 Name of the VizieR mirror to use.
6767 (This parameter's default is set from a configuration object.)
@@ -125,7 +125,7 @@ def catalog(self, values):
125125 @property
126126 def ucd (self ):
127127 """
128- UCD criteria: see http ://vizier.u-strasbg .fr/vizier/vizHelp/1.htx#ucd
128+ UCD criteria: see https ://vizier.cds.unistra .fr/vizier/vizHelp/1.htx#ucd
129129
130130 Examples
131131 --------
@@ -141,7 +141,7 @@ def _server_to_url(self, return_type='votable'):
141141 """
142142 Not generally meant to be modified, but there are different valid
143143 return types supported by Vizier, listed here:
144- http ://vizier.u-strasbg .fr/doc/asu-summary.htx
144+ https ://vizier.cds.unistra .fr/doc/asu-summary.htx
145145
146146 HTML: VizieR
147147 votable: votable
@@ -163,7 +163,7 @@ def _server_to_url(self, return_type='votable'):
163163 raise TypeError ("asu-txt is not and cannot be supported: the "
164164 "returned tables are not and cannot be made "
165165 "parseable." )
166- return "http ://" + self .VIZIER_SERVER + "/viz-bin/" + return_type
166+ return "https ://" + self .VIZIER_SERVER + "/viz-bin/" + return_type
167167
168168 @property
169169 def keywords (self ):
@@ -187,7 +187,7 @@ def find_catalogs(self, keywords, *, include_obsolete=False, verbose=False,
187187 ----------
188188 keywords : list or string
189189 List of keywords, or space-separated set of keywords.
190- From `Vizier <http ://vizier.u-strasbg .fr/doc/asu-summary.htx>`_:
190+ From `Vizier <https ://vizier.cds.unistra .fr/doc/asu-summary.htx>`_:
191191 "names or words of title of catalog. The words are and'ed, i.e.
192192 only the catalogues characterized by all the words are selected."
193193 include_obsolete : bool, optional
@@ -464,7 +464,7 @@ def query_constraints_async(self, *, catalog=None, return_type='votable',
464464 keyword/value pairs.
465465
466466 See `the vizier constraints page
467- <http ://vizier.cfa.harvard.edu /vizier/vizHelp/cst .htx>`_ for details.
467+ <https ://vizier.cds.unistra.fr /vizier/vizHelp/syntax .htx>`_ for details.
468468
469469 Parameters
470470 ----------
0 commit comments