Skip to content

Commit 3512469

Browse files
authored
README: No relative links, no plot.ly
1 parent 1788c1c commit 3512469

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<tr>
1212
<td>User forum</td>
1313
<td>
14-
<a href="https://community.plot.ly"/>
14+
<a href="https://community.plotly.com/"/>
1515
<img src="https://img.shields.io/badge/help_forum-discourse-blue.svg"/>
1616
</td>
1717
</tr>
@@ -43,34 +43,34 @@ fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2])
4343
fig.show()
4444
```
4545

46-
See the [Python documentation](https://plot.ly/python/) for more examples.
46+
See the [Python documentation](https://plotly.com/python/) for more examples.
4747

4848
Read about what's new in [plotly.py v4](https://medium.com/plotly/plotly-py-4-0-is-here-offline-only-express-first-displayable-anywhere-fc444e5659ee)
4949

5050
## Overview
5151

52-
[plotly.py](https://plot.ly/python) is an interactive, open-source, and browser-based graphing library for Python :sparkles:
52+
[plotly.py](https://plotly.com/python/) is an interactive, open-source, and browser-based graphing library for Python :sparkles:
5353

5454
Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.
5555

56-
`plotly.py` is [MIT Licensed](packages/python/chart-studio/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or hosted online using [Chart Studio Cloud](https://chart-studio.plot.ly/feed/).
56+
`plotly.py` is [MIT Licensed](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or hosted online using [Chart Studio Cloud](https://chart-studio.plotly.com/feed/).
5757

58-
[Contact us](https://plot.ly/products/consulting-and-oem/) for consulting, dashboard development, application integration, and feature additions.
58+
[Contact us](https://plotly.com/consulting-and-oem/) for consulting, dashboard development, application integration, and feature additions.
5959

6060
<p align="center">
61-
<a href="https://plot.ly/python" target="_blank">
61+
<a href="https://plotly.com/python/" target="_blank">
6262
<img src="https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/plotly_2017.png">
6363
</a></p>
6464

6565
---
6666

67-
- [Online Documentation](https://plot.ly/python)
68-
- [Contributing to plotly](contributing.md)
69-
- [Changelog](CHANGELOG.md)
70-
- [Code of Conduct](CODE_OF_CONDUCT.md)
71-
- [Version 4 Migration Guide](https://plot.ly/python/next/v4-migration/)
67+
- [Online Documentation](https://plotly.com/python/)
68+
- [Contributing to plotly](https://github.com/plotly/plotly.py/blob/master/contributing.md)
69+
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
70+
- [Code of Conduct](https://github.com/plotly/plotly.py/blob/master/CODE_OF_CONDUCT.md)
71+
- [Version 4 Migration Guide](https://plotly.com/python/v4-migration/)
7272
- [New! Announcing Dash 1.0](https://medium.com/plotly/welcoming-dash-1-0-0-f3af4b84bae)
73-
- [Community forum](https://community.plot.ly/c/api/python)
73+
- [Community forum](https://community.plotly.com)
7474

7575
---
7676

@@ -205,14 +205,14 @@ conda install -c plotly chart-studio=1.1.0
205205

206206
## Migration
207207

208-
If you're migrating from plotly.py v3 to v4, please check out the [Version 4 migration guide](https://plot.ly/python/next/v4-migration/)
208+
If you're migrating from plotly.py v3 to v4, please check out the [Version 4 migration guide](https://plotly.com/python/v4-migration/)
209209

210-
If you're migrating from plotly.py v2 to v3, please check out the [Version 3 migration guide](migration-guide.md)
210+
If you're migrating from plotly.py v2 to v3, please check out the [Version 3 migration guide](https://github.com/plotly/plotly.py/blob/master/migration-guide.md)
211211

212212
## Copyright and Licenses
213213

214214
Code and documentation copyright 2019 Plotly, Inc.
215215

216-
Code released under the [MIT license](packages/python/chart-studio/LICENSE.txt).
216+
Code released under the [MIT license](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt).
217217

218218
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).

0 commit comments

Comments
 (0)