Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d07c274

Browse files
author
Shammamah Hossain
authored
Replace all instances of plot.ly with plotly.com. (#757)
1 parent 32aabb0 commit d07c274

12 files changed

+32
-32
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: https://plot.ly/products/consulting-and-oem/
1+
custom: https://plotly.com/products/consulting-and-oem/

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ See https://github.com/plotly/dash-core-components/pull/182.
504504
- A `responsive` plot config option
505505
- And various other features and bug fixes.
506506
507-
Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
507+
Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plotly.com/products/consulting-and-oem
508508
509509
## [0.28.3] - 2018-09-07
510510
### Changed
@@ -577,7 +577,7 @@ adding support for IDE autocomplete etc.
577577
- `polar` polygon grids
578578
- And many other features and bug fixes
579579
- Patch releases [1.39.1](https://github.com/plotly/plotly.js/releases/tag/v1.39.1), [1.38.3](https://github.com/plotly/plotly.js/releases/tag/v1.38.3), [1.38.2](https://github.com/plotly/plotly.js/releases/tag/v1.38.2), and [1.38.1](https://github.com/plotly/plotly.js/releases/tag/v1.38.1) containing numerous bug fixes.
580-
- Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
580+
- Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plotly.com/products/consulting-and-oem
581581
582582
## [0.23.0]
583583
### Updated
@@ -665,7 +665,7 @@ removed every time the graph was updated. They are now removed and reattached. #
665665
- Add official Spanish translation (locale `es`) [plotly.js#2249](https://github.com/plotly/plotly.js/pull/2249)
666666
- Add official French translation (locale `fr`) [plotly.js#2252](https://github.com/plotly/plotly.js/pull/2252)
667667
- And numerous other features and bug fixes
668-
- Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
668+
- Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plotly.com/products/consulting-and-oem
669669
670670
## [0.17.1] - 2017-01-18
671671
### Fixed
@@ -752,7 +752,7 @@ Big thanks to community contributor @Akronix!
752752
753753
## [0.14.0] - 2017-10-17
754754
### :sparkles: Added
755-
- An `Upload` component! :tada: See [https://plot.ly/dash/dash-core-components/upload](https://plot.ly/dash/dash-core-components/upload) for docs.
755+
- An `Upload` component! :tada: See [https://plotly.com/dash/dash-core-components/upload](https://plotly.com/dash/dash-core-components/upload) for docs.
756756
757757
## [0.13.0] - 2017-10-05
758758
### Updated
@@ -780,7 +780,7 @@ Big thanks to community contributor @Akronix!
780780
781781
## [0.12.5] - 2017-09-11
782782
### :bug: Fixed
783-
- The `Interval` component was constantly resetting its interval on every update. Initially reported in https://community.plot.ly/t/multiple-interval-object-in-a-single-page/5699/3
783+
- The `Interval` component was constantly resetting its interval on every update. Initially reported in https://community.plotly.com/t/multiple-interval-object-in-a-single-page/5699/3
784784
- Removed the used `label` property from the `Slider` component
785785
- Provide a more descriptive documentation for the `marks` property of the `Slider` component
786786
@@ -793,11 +793,11 @@ Big thanks to community contributor @Akronix!
793793
794794
## [0.12.3] - 2017-08-17
795795
### Fixed
796-
- Previously, the `max_date_allowed` could not be selected. This issue has been fixed, issue first reported in https://community.plot.ly/t/solved-datepicker-in-dash/4816/10
796+
- Previously, the `max_date_allowed` could not be selected. This issue has been fixed, issue first reported in https://community.plotly.com/t/solved-datepicker-in-dash/4816/10
797797
798798
## [0.12.2] - 2017-08-10
799799
### Fixed
800-
- Previously, when the `options` of a `dcc.Dropdown` would change, the options would no longer be searchable. That has been fixed. Issue was originally reported in https://community.plot.ly/t/dropdown-not-searching-values-when-typing/5323/3
800+
- Previously, when the `options` of a `dcc.Dropdown` would change, the options would no longer be searchable. That has been fixed. Issue was originally reported in https://community.plotly.com/t/dropdown-not-searching-values-when-typing/5323/3
801801
802802
## [0.12.1] - 2017-08-09
803803
### Fixed
@@ -835,7 +835,7 @@ Big thanks to community contributor @Akronix!
835835
836836
## [0.9.0] - 2017-07-28
837837
### Added
838-
- A `config` property of the `Graph` component that exposes the [plotly.js config properties](https://plot.ly/javascript/configuration-options/). Here's an example that hides 2 buttons and makes the elements in the graph "editable":
838+
- A `config` property of the `Graph` component that exposes the [plotly.js config properties](https://plotly.com/javascript/configuration-options/). Here's an example that hides 2 buttons and makes the elements in the graph "editable":
839839
```
840840
import dash
841841
import dash_core_components as dcc

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ Locally](README.md#testing-locally) section of README.md.
4646

4747
If your company wishes to sponsor development of open source dash components, please [get in touch][].
4848

49-
[Dash Core Components]: https://dash.plot.ly/dash-core-components
49+
[Dash Core Components]: https://dash.plotly.com/dash-core-components
5050
[Dash HTML Components]: https://github.com/plotly/dash-html-components
51-
[write your own components]: https://dash.plot.ly/plugins
51+
[write your own components]: https://dash.plotly.com/plugins
5252
[Dash Components Archetype]: https://github.com/plotly/dash-components-archetype
5353
[issues]: https://github.com/plotly/dash-core-components/issues
5454
[GitHub flow]: https://guides.github.com/introduction/flow/
5555
[eslintrc-react.json]: https://github.com/plotly/dash-components-archetype/blob/master/config/eslint/eslintrc-react.json
5656
[contributors]: https://github.com/plotly/dash-core-components/graphs/contributors
5757
[semantic versioning]: https://semver.org/
58-
[Dash Community Forum]: https://community.plot.ly/c/dash
58+
[Dash Community Forum]: https://community.plotly.com/c/dash
5959
[Confirmation Modal component]: https://github.com/plotly/dash-core-components/pull/211#issue-195280462
60-
[Confirmation Modal announcement]: https://community.plot.ly/t/announcing-dash-confirmation-modal-feedback-welcome/11627
61-
[get in touch]: https://plot.ly/products/consulting-and-oem
60+
[Confirmation Modal announcement]: https://community.plotly.com/t/announcing-dash-confirmation-modal-feedback-welcome/11627
61+
[get in touch]: https://plotly.com/products/consulting-and-oem

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ See the [Publishing New Components/Features](CONTRIBUTING.md#publishing-new-comp
8181

8282
See the [dash-component-boilerplate](https://github.com/plotly/dash-component-boilerplate) repo for more information.
8383

84-
[Dash]: https://plot.ly/dash
84+
[Dash]: https://plotly.com/dash
8585
[Dash Component Boilerplate]: (https://github.com/plotly/dash-component-boilerplate)
8686
[NPM package authors]: https://www.npmjs.com/package/dash-core-components/access
8787
[PyPi]: https://pypi.python.org/pypi

demo/Demo.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const markdown = \`
2828
2929
Learn more in our [Dash user guide](https://dash-docs.herokuapp.com).
3030
31-
![Image Alt Text](https://plot.ly/~chris/1638.png)
31+
![Image Alt Text](https://plotly.com/~chris/1638.png)
3232
3333
***
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"format": "run-s private::format.*",
3737
"lint": "run-s private::lint.*"
3838
},
39-
"author": "Chris Parmer <chris@plot.ly>",
39+
"author": "Chris Parmer <chris@plotly.com>",
4040
"license": "MIT",
4141
"dependencies": {
4242
"color": "^3.1.0",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name='dash_core_components',
1111
version=package["version"],
1212
author=package['author'],
13-
author_email='chris@plot.ly',
13+
author_email='chris@plotly.com',
1414
packages=[package_name],
1515
include_package_data=True,
1616
license=package['license'],

src/components/Graph.react.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ PlotlyGraph.propTypes = {
187187
* either an integer defining the maximum number of points allowed or an
188188
* object with key:value pairs matching `updateData`
189189
* Reference the Plotly.extendTraces API for full usage:
190-
* https://plot.ly/javascript/plotlyjs-function-reference/#plotlyextendtraces
190+
* https://plotly.com/javascript/plotlyjs-function-reference/#plotlyextendtraces
191191
*/
192192
extendData: PropTypes.oneOfType([PropTypes.array, PropTypes.object]),
193193

@@ -204,7 +204,7 @@ PlotlyGraph.propTypes = {
204204

205205
/**
206206
* Plotly `figure` object. See schema:
207-
* https://plot.ly/javascript/reference
207+
* https://plotly.com/javascript/reference
208208
*
209209
* `config` is set separately by the `config` property
210210
*/
@@ -238,7 +238,7 @@ PlotlyGraph.propTypes = {
238238

239239
/**
240240
* Plotly.js config options.
241-
* See https://plot.ly/javascript/configuration-options/
241+
* See https://plotly.com/javascript/configuration-options/
242242
* for more info.
243243
*/
244244
config: PropTypes.exact({

src/components/LogoutButton.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import './css/logout.css';
2323
* - Create a logout button component and assign it the logout_url
2424
* `dcc.LogoutButton(logout_url='/logout')`
2525
*
26-
* See https://dash.plot.ly/dash-core-components/logout_button
26+
* See https://dash.plotly.com/dash-core-components/logout_button
2727
* for more documentation and examples.
2828
*/
2929
export default class LogoutButton extends React.Component {
@@ -42,7 +42,7 @@ export default class LogoutButton extends React.Component {
4242
if (!logout_url) {
4343
url =
4444
logout_url ||
45-
'https://dash.plot.ly/dash-core-components/logout_button';
45+
'https://dash.plotly.com/dash-core-components/logout_button';
4646
submitMethod = 'get';
4747
} else {
4848
url = logout_url;

tests/integration/misc/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def platter_app():
198198
[links](https://rexxars.github.io/react-markdown/), inline `code` snippets, lists,
199199
quotes, and more.
200200
201-
1. Links are auto-rendered: https://dash.plot.ly.
201+
1. Links are auto-rendered: https://dash.plotly.com.
202202
2. This uses ~commonmark~ GitHub flavored markdown.
203203
204204
Tables are also supported:

vignettes/dash-core-components.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
Dash ships with supercharged components for interactive user interfaces. A core set of components, written and maintained by the Dash team, is available in the `dashCoreComponents` package. The source is on GitHub at [plotly/dash-core-components](https://github.com/plotly/dash-core-components).
1818

19-
Please visit our online documentation, which is interactive and frequently updated: https://dashr.plot.ly.
19+
Please visit our online documentation, which is interactive and frequently updated: https://dashr.plotly.com.
2020

2121
### Dropdown Component
2222

@@ -1043,7 +1043,7 @@ __*Links*__
10431043
```r
10441044
library(dashCoreComponents)
10451045
dccMarkdown('
1046-
[Dash User Guide](https://dash.plot.ly/)')
1046+
[Dash User Guide](https://dash.plotly.com/)')
10471047
```
10481048
10491049
__*Inline Code*__
@@ -1565,7 +1565,7 @@ app$run_server()
15651565

15661566
### Graph Component
15671567

1568-
Customize the [Plotly.js config options](https://plot.ly/javascript/configuration-options/) of your graph using the `config` property. The example below uses the `showSendToCloud` and `plotlyServerURL` options include a save button in the modebar of the graph which exports the figure to URL specified by `plotlyServerURL`.
1568+
Customize the [Plotly.js config options](https://plotly.com/javascript/configuration-options/) of your graph using the `config` property. The example below uses the `showSendToCloud` and `plotlyServerURL` options include a save button in the modebar of the graph which exports the figure to URL specified by `plotlyServerURL`.
15691569

15701570
```r
15711571
app$layout(htmlDiv(list(
@@ -1582,7 +1582,7 @@ app$layout(htmlDiv(list(
15821582
id='graph1',
15831583
config=list(
15841584
'showSendToCloud'= TRUE,
1585-
'plotlyServerURL'= 'https=//plot.ly'
1585+
'plotlyServerURL'= 'https=//plotly.com'
15861586
)
15871587
)
15881588
)))

vignettes/dash-core-components.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1 class="title toc-ignore">Dash Core Components</h1>
9696

9797

9898
<p>Dash ships with supercharged components for interactive user interfaces. A core set of components, written and maintained by the Dash team, is available in the <code>dashCoreComponents</code> package. The source is on GitHub at <a href="https://github.com/plotly/dash-core-components">plotly/dash-core-components</a>.</p>
99-
<p>Please visit our online documentation, which is interactive and frequently updated: <a href="https://dashr.plot.ly" class="uri">https://dashr.plot.ly</a>.</p>
99+
<p>Please visit our online documentation, which is interactive and frequently updated: <a href="https://dashr.plotly.com" class="uri">https://dashr.plotly.com</a>.</p>
100100
<div id="dropdown-component" class="section level3">
101101
<h3>Dropdown Component</h3>
102102
<p><strong><em>Default Dropdown</em></strong></p>
@@ -991,7 +991,7 @@ <h3>Markdown Component</h3>
991991
<p><strong><em>Links</em></strong></p>
992992
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">library</span>(dashCoreComponents)
993993
<span class="kw">dccMarkdown</span>(<span class="st">'</span>
994-
<span class="st">[Dash User Guide](https://dash.plot.ly/)'</span>)</code></pre></div>
994+
<span class="st">[Dash User Guide](https://dash.plotly.com/)'</span>)</code></pre></div>
995995
<p><strong><em>Inline Code</em></strong></p>
996996
<p>Any block of text surrounded by ` ` will rendered as inline-code.</p>
997997
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">library</span>(dashCoreComponents)
@@ -1468,7 +1468,7 @@ <h3>Tabs Component</h3>
14681468
</div>
14691469
<div id="graph-component" class="section level3">
14701470
<h3>Graph Component</h3>
1471-
<p>Customize the <a href="https://plot.ly/javascript/configuration-options/">Plotly.js config options</a> of your graph using the <code>config</code> property. The example below uses the <code>showSendToCloud</code> and <code>plotlyServerURL</code> options include a save button in the modebar of the graph which exports the figure to URL specified by <code>plotlyServerURL</code>.</p>
1471+
<p>Customize the <a href="https://plotly.com/javascript/configuration-options/">Plotly.js config options</a> of your graph using the <code>config</code> property. The example below uses the <code>showSendToCloud</code> and <code>plotlyServerURL</code> options include a save button in the modebar of the graph which exports the figure to URL specified by <code>plotlyServerURL</code>.</p>
14721472
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">app<span class="op">$</span><span class="kw">layout</span>(<span class="kw">htmlDiv</span>(<span class="kw">list</span>(
14731473
<span class="kw">dccDropdown</span>(
14741474
<span class="dt">id=</span><span class="st">'my-dropdown1'</span>,
@@ -1483,7 +1483,7 @@ <h3>Graph Component</h3>
14831483
<span class="dt">id=</span><span class="st">'graph1'</span>,
14841484
<span class="dt">config=</span><span class="kw">list</span>(
14851485
<span class="st">'showSendToCloud'</span>=<span class="st"> </span><span class="ot">TRUE</span>,
1486-
<span class="st">'plotlyServerURL'</span>=<span class="st"> 'https=//plot.ly'</span>
1486+
<span class="st">'plotlyServerURL'</span>=<span class="st"> 'https=//plotly.com'</span>
14871487
)
14881488
)
14891489
)))

0 commit comments

Comments
 (0)