Skip to content

Commit 38705de

Browse files
committed
Updated documentation URLs.
1 parent ceb68ba commit 38705de

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ The toolkit is composed of several different libraries, each of which provides c
2020
* - **Highcharts Core for Python**
2121
- `Highcharts Core (JS) <https://www.highcharts.com/products/highcharts/>`__
2222
- (this library) the core Highcharts data visualization library
23-
* - `Highcharts Stock for Python <https://highcharts-stock.readthedocs.io/>`__
23+
* - `Highcharts Stock for Python <https://stock-docs.highchartspython.com/>`__
2424
- `Highcharts Stock (JS) <https://www.highcharts.com/products/stock/>`__
2525
- the robust time series visualization extension to Highcharts Core
26-
* - `Highcharts Maps <https://highcharts-maps.readthedocs.io/>`__
26+
* - `Highcharts Maps <https://maps-docs.highchartspython.com/>`__
2727
- `Highcharts Maps (JS) <https://www.highcharts.com/products/maps/>`__
2828
- the rich map visualization extension to Highcharts Core
29-
* - `Highcharts Gantt <https://highcharts-gantt.readthedocs.io/>`__
29+
* - `Highcharts Gantt <https://gantt-docs.highchartspython.com/>`__
3030
- `Highcharts Gantt (JS) <https://www.highcharts.com/products/gantt/>`__
3131
- the Gantt charting extension to Highcharts Core
3232
* - (all libraries in the Python toolkit)

docs/toolkit.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ The **Highcharts for Python** toolkit includes two categories of tools:
3030
`Highcharts Stock <https://www.highcharts.com/products/stock>`__
3131
JavaScript library, which provides extensive visualizations for time series and
3232
stock price visualizations. For more details, please see the relevant
33-
`Highcharts Stock for Python documentation <https://highcharts-stock.readthedocs.io>`__
33+
`Highcharts Stock for Python documentation <https://stock-docs.highchartspython.com>`__
3434
* **Highcharts Maps for Python**: This is the Python wrapper for the
3535
`Highcharts Maps <https://www.highcharts.com/products/maps>`__
3636
JavaScript library, which provides extensive geographic data visualization options
3737
with rich interactive maps. For more details, please see the relevant
38-
`Highcharts Maps for Python documentation <https://highcharts-maps.readthedocs.io>`__
38+
`Highcharts Maps for Python documentation <https://maps-docs.highchartspython.com>`__
3939
* **Highcharts Gantt for Python**: This is the Python wrapper for the
4040
`Highcharts Gantt <https://www.highcharts.com/products/gantt>`__
4141
JavaScript library, which provides rich visualizations for resource allocation over
4242
time. For more details, please see the relevant
43-
`Highcharts Gantt for Python documentation <https://highcharts-gantt.readthedocs.io>`__
43+
`Highcharts Gantt for Python documentation <https://gantt-docs.highchartspython.com>`__
4444

4545

4646
.. tab:: Extensions

docs/visualizations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ visualizations.
12221222
Only **Highcharts Stock for Python** and
12231223
`Highcharts Stock <https://www.highcharts.com/products/stock/>`__ support
12241224
technical indicators. For more information, please see
1225-
`here <https://highcharts-stock.readthedocs.io/>`__.
1225+
`here <https://stock-docs.highchartspython.com/>`__.
12261226

12271227
.. tab:: Gantt
12281228

@@ -1235,4 +1235,4 @@ visualizations.
12351235
Only **Highcharts Stock for Python** and
12361236
`Highcharts Stock <https://www.highcharts.com/products/stock/>`__ support
12371237
technical indicators. For more information, please see
1238-
`here <https://highcharts-stock.readthedocs.io/>`__.
1238+
`here <https://stock-docs.highchartspython.com/>`__.

0 commit comments

Comments
 (0)