Skip to content

Commit ceb5cb9

Browse files
committed
Replace all instances of plot.ly with plotly.com.
1 parent 4ff05c9 commit ceb5cb9

File tree

3 files changed

+7
-7
lines changed

3 files changed

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ to generate the components in the `build:py_and_r` script of the generated
3838
3939
## More Resources
4040
41-
- Learn more about Dash: https://dash.plot.ly
41+
- Learn more about Dash: https://dash.plotly.com
4242
- Questions about this project? Create an issue: https://github.com/plotly/dash-component-boilerplate/issues/new
4343
- Watch the [component boilerplate repository](https://github.com/plotly/dash-component-boilerplate) to stay informed of changes to our components.
44-
- [React guide for Python developers](https://dash.plot.ly/react-for-python-developers)
45-
- Need help with your component? View the Dash Community Forum: https://community.plot.ly/c/dash
44+
- [React guide for Python developers](https://dash.plotly.com/react-for-python-developers)
45+
- Need help with your component? View the Dash Community Forum: https://community.plotly.com/c/dash
4646
- Examples of Dash component libraries include `dash-core-components`: https://github.com/plotly/dash-core-components and `dash-html-components`: https://github.com/plotly/dash-html-components.
4747
- To get a feel for what's involved in creating a component, read through the [README.MD file that this cookiecutter project generates](%7B%7Bcookiecutter.project_shortname%7D%7D/README.md)

{{cookiecutter.project_shortname}}/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{cookiecutter.project_name}} is a Dash component library.
44

55
Get started with:
6-
1. Install Dash and its dependencies: https://dash.plot.ly/installation
6+
1. Install Dash and its dependencies: https://dash.plotly.com/installation
77
2. Run `python usage.py`
88
3. Visit http://localhost:8050 in your web browser
99

@@ -88,7 +88,7 @@ If you have selected install_dependencies during the prompt, you can skip this p
8888
```
8989
_Publishing your component to NPM will make the JavaScript bundles available on the unpkg CDN. By default, Dash serves the component library's CSS and JS locally, but if you choose to publish the package to NPM you can set `serve_locally` to `False` and you may see faster load times._
9090
91-
5. Share your component with the community! https://community.plot.ly/c/dash
91+
5. Share your component with the community! https://community.plotly.com/c/dash
9292
1. Publish this repository to GitHub
9393
2. Tag your GitHub repository with the plotly-dash tag so that it appears here: https://github.com/topics/plotly-dash
94-
3. Create a post in the Dash community forum: https://community.plot.ly/c/dash
94+
3. Create a post in the Dash community forum: https://community.plotly.com/c/dash

0 commit comments

Comments
 (0)