Skip to content

Commit 4504306

Browse files
committed
Fix URLs
1 parent ceb346b commit 4504306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/computation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@ value is missing or not:
201201
202202
.. _pandas: https://pandas.pydata.org
203203
.. _xarray: https://xarray.pydata.org
204-
.. _xtensor: https://github.com/QuantStack/xtensor
204+
.. _xtensor: https://github.com/xtensor-stack/xtensor
205205

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ installation mode you choose, you can add ``xframe`` to your project using cmake
8282
target_include_directories(your_target PUBLIC ${xframe_INCLUDE_DIRS})
8383
target_link_libraries(your_target PUBLIC xframe)
8484
85-
.. _xtensor: https://github.com/QuantStack/xtensor
85+
.. _xtensor: https://github.com/xtensor-stack/xtensor

0 commit comments

Comments
 (0)