diff options
Diffstat (limited to 'docs/users_guide/exts/stm.rst')
-rw-r--r-- | docs/users_guide/exts/stm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/stm.rst b/docs/users_guide/exts/stm.rst index efa7a010a2..b60c21999b 100644 --- a/docs/users_guide/exts/stm.rst +++ b/docs/users_guide/exts/stm.rst @@ -7,7 +7,7 @@ papers <https://wiki.haskell.org/Research_papers/Parallelism_and_concurrency#Loc are an excellent introduction to what STM is, and how to use it. The main library you need to use is the `stm -library <http://hackage.haskell.org/package/stm>`__. The main features +library <https://hackage.haskell.org/package/stm>`__. The main features supported are these: - Atomic blocks. |