Skip to content

Commit 2588bc5

Browse files
authored
FIxes #309
1 parent b030116 commit 2588bc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/parallel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,9 @@ See also
498498
* `Thinking about Concurrency, Raymond Hettinger
499499
<https://youtu.be/Bv25Dwe84g0>`__. Good introduction to simple and
500500
safe concurrent code.
501-
* `Introduction to Numba and Cython <https://enccs.github.io/HPDA-Python/performance-boosting/>`__.
502-
* `More detailed exposition of parallel computing in Python <https://enccs.github.io/HPDA-Python/parallel-computing/>`__.
503-
* `Introduction to Dask for scalable analytics <https://enccs.github.io/HPDA-Python/dask/>`__.
501+
* `Introduction to Numba and Cython <https://enccs.github.io/hpda-python/performance-boosting/>`__.
502+
* `More detailed exposition of parallel computing in Python <https://enccs.github.io/hpda-python/parallel-computing/>`__.
503+
* `Introduction to Dask for scalable analytics <https://enccs.github.io/hpda-python/dask/>`__.
504504

505505
.. keypoints::
506506

0 commit comments

Comments
 (0)