@@ -73,7 +73,7 @@ def ensure_local_plotly_files():
7373 "local configuration files. No problem though! You'll "
7474 "just have to sign-in using 'plotly.plotly.sign_in()'. "
7575 "For help with that: 'help(plotly.plotly.sign_in)'."
76- "\n Questions? Visit https://support.plot.ly "
76+ "\n Questions? Visit https://support.plotly.com "
7777 )
7878
7979
@@ -155,9 +155,9 @@ def set_config_file(
155155):
156156 """Set the keyword-value pairs in `~/.plotly/.config`.
157157
158- :param (str) plotly_domain: ex - https://plot.ly
159- :param (str) plotly_streaming_domain: ex - stream.plot.ly
160- :param (str) plotly_api_domain: ex - https://api.plot.ly
158+ :param (str) plotly_domain: ex - https://plotly.com
159+ :param (str) plotly_streaming_domain: ex - stream.plotly.com
160+ :param (str) plotly_api_domain: ex - https://api.plotly.com
161161 :param (bool) plotly_ssl_verification: True = verify, False = don't verify
162162 :param (bool) plotly_proxy_authorization: True = use plotly proxy auth creds
163163 :param (bool) world_readable: True = public, False = private
@@ -386,7 +386,7 @@ def embed(file_owner_or_url, file_id=None, width="100%", height=525):
386386 get_config_defaults ()["plotly_domain" ]
387387 != session .get_session_config ()["plotly_domain" ]
388388 ):
389- feedback_contact = "Visit support.plot.ly "
389+ feedback_contact = "Visit support.plotly.com "
390390 else :
391391
392392 # different domain likely means enterprise
0 commit comments