Skip to content

Commit 0ccceaa

Browse files
Shammamah HossainMarc-Andre-Rivet
Shammamah Hossain
andauthored
Replace all instances of plot.ly with plotly.com. (#88)
Co-authored-by: Marc-André Rivet <[email protected]>
1 parent 49cc79d commit 0ccceaa

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/FUNDING.yml

+1-1
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/

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Encoding: UTF-8
1212
LazyData: true
1313
KeepSource: true
1414
Author: The Plotly Team [aut]
15-
Maintainer: Ryan Patrick Kyle <ryan@plot.ly>
15+
Maintainer: Ryan Patrick Kyle <ryan@plotly.com>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DAQ components for Dash.
44

5-
Docs: https://dash.plot.ly/dash-daq
5+
Docs: https://dash.plotly.com/dash-daq
66

77
## Installation
88

@@ -24,7 +24,7 @@ $ yarn start
2424
```
2525

2626
## Documentation
27-
Component API documentation can be found at https://dash.plot.ly/dash-daq
27+
Component API documentation can be found at https://dash.plotly.com/dash-daq
2828

2929
## Development
3030

dash_daq/package-info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"homepage": "https://github.com/plotly/dash-daq",
1616
"main": "dash_daq/dash_daq.min.js",
17-
"author": "The Plotly Team <dashdaq@plot.ly>",
18-
"maintainer": "Ryan Patrick Kyle <ryan@plot.ly>",
17+
"author": "The Plotly Team <dashdaq@plotly.com>",
18+
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
1919
"license": "MIT",
2020
"scripts": {
2121
"copy-lib": "copyfiles -u 1 lib/* dash_daq",

man/dashDaq-package.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
A robust set of controls that make it simpler to integrate data acquisition and controls into your Dash applications.
88
}
99
\author{
10-
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plot.ly>
10+
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plotly.com>
1111
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"homepage": "https://github.com/plotly/dash-daq",
1616
"main": "dash_daq/dash_daq.min.js",
17-
"author": "The Plotly Team <dashdaq@plot.ly>",
18-
"maintainer": "Ryan Patrick Kyle <ryan@plot.ly>",
17+
"author": "The Plotly Team <dashdaq@plotly.com>",
18+
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
1919
"license": "MIT",
2020
"scripts": {
2121
"copy-lib": "copyfiles -u 1 lib/* dash_daq",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version=package["version"],
1818
url='http://github.com/plotly/{}'.format(package_name.replace('_', '-')),
1919
author=package['author'],
20-
author_email='dashdaq@plot.ly',
20+
author_email='dashdaq@plotly.com',
2121
packages=[package_name],
2222
include_package_data=True,
2323
description=package['description'] if 'description' in package else package_name,

0 commit comments

Comments
 (0)