Skip to content

Commit cf79a8b

Browse files
committed
Updated documentation URLs.
1 parent 2598e6b commit cf79a8b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Key Highcharts for Python Features
121121

122122
**See Also**
123123

124-
* `Supported Visualizations <https://highcharts-core.readthedocs.io/en/latest/visualizations.html>`__
124+
* `Supported Visualizations <https://core-docs.highchartspython.com/en/latest/visualizations.html>`__
125125

126126
* **Simple JavaScript Code Generation**. With one method call, produce production-ready
127127
JavaScript code to render your interactive visualizations using Highcharts' rich
@@ -364,7 +364,7 @@ Contributing
364364
*********************
365365

366366
We welcome contributions and pull requests! For more information, please see the
367-
`Contributor Guide <https://highcharts-core.readthedocs.io/en/latest/contributing.html>`__. And thanks to all those who've already contributed!
367+
`Contributor Guide <https://core-docs.highchartspython.com/en/latest/contributing.html>`__. And thanks to all those who've already contributed!
368368

369369
-------------------
370370

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ dependencies = [
6363
path = "highcharts_core/__version__.py"
6464

6565
[project.urls]
66-
# TODO: Set Homepage to the Highcharts.com page for the Highcharts for Python toolkit.
6766
"Homepage" = "https://highchartspython.com"
68-
"Documentation" = "https://highcharts-core.readthedocs.io/en/latest/"
67+
"Documentation" = "https://core-docs.highchartspython.com/en/latest/"
6968
"Support" = "https://www.highchartspython.com/get-help"
7069
"Source Code" = "https://github.com/highcharts-for-python/highcharts-core"
7170
"History" = "https://github.com/highcharts-for-python/highcharts-core/blob/master/CHANGES.rst"

0 commit comments

Comments
 (0)