@@ -73,7 +73,7 @@ def ensure_local_plotly_files():
73
73
"local configuration files. No problem though! You'll "
74
74
"just have to sign-in using 'plotly.plotly.sign_in()'. "
75
75
"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 "
77
77
)
78
78
79
79
@@ -155,9 +155,9 @@ def set_config_file(
155
155
):
156
156
"""Set the keyword-value pairs in `~/.plotly/.config`.
157
157
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
161
161
:param (bool) plotly_ssl_verification: True = verify, False = don't verify
162
162
:param (bool) plotly_proxy_authorization: True = use plotly proxy auth creds
163
163
: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):
386
386
get_config_defaults ()["plotly_domain" ]
387
387
!= session .get_session_config ()["plotly_domain" ]
388
388
):
389
- feedback_contact = "Visit support.plot.ly "
389
+ feedback_contact = "Visit support.plotly.com "
390
390
else :
391
391
392
392
# different domain likely means enterprise
0 commit comments