|
11 | 11 | <tr> |
12 | 12 | <td>User forum</td> |
13 | 13 | <td> |
14 | | - <a href="https://community.plot.ly"/> |
| 14 | + <a href="https://community.plotly.com/"/> |
15 | 15 | <img src="https://img.shields.io/badge/help_forum-discourse-blue.svg"/> |
16 | 16 | </td> |
17 | 17 | </tr> |
@@ -43,34 +43,34 @@ fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2]) |
43 | 43 | fig.show() |
44 | 44 | ``` |
45 | 45 |
|
46 | | -See the [Python documentation](https://plot.ly/python/) for more examples. |
| 46 | +See the [Python documentation](https://plotly.com/python/) for more examples. |
47 | 47 |
|
48 | 48 | 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) |
49 | 49 |
|
50 | 50 | ## Overview |
51 | 51 |
|
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: |
53 | 53 |
|
54 | 54 | 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. |
55 | 55 |
|
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/). |
57 | 57 |
|
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. |
59 | 59 |
|
60 | 60 | <p align="center"> |
61 | | - <a href="https://plot.ly/python" target="_blank"> |
| 61 | + <a href="https://plotly.com/python/" target="_blank"> |
62 | 62 | <img src="https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/plotly_2017.png"> |
63 | 63 | </a></p> |
64 | 64 |
|
65 | 65 | --- |
66 | 66 |
|
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/) |
72 | 72 | - [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) |
74 | 74 |
|
75 | 75 | --- |
76 | 76 |
|
@@ -205,14 +205,14 @@ conda install -c plotly chart-studio=1.1.0 |
205 | 205 |
|
206 | 206 | ## Migration |
207 | 207 |
|
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/) |
209 | 209 |
|
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) |
211 | 211 |
|
212 | 212 | ## Copyright and Licenses |
213 | 213 |
|
214 | 214 | Code and documentation copyright 2019 Plotly, Inc. |
215 | 215 |
|
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). |
217 | 217 |
|
218 | 218 | Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE). |
0 commit comments