Skip to content

Commit 50d9b69

Browse files
committed
docs: Use https link for Cython.
1 parent b193efe commit 50d9b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FastRLock
44
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython.
55
It is a drop-in replacement for
66
`threading.RLock <https://docs.python.org/3/library/threading.html#threading.RLock>`_.
7-
FastRLock is implemented in `Cython <http://cython.org>`_ and also provides a C-API
7+
FastRLock is implemented in `Cython <https://cython.org>`_ and also provides a C-API
88
for direct use from Cython code via ``from fastrlock cimport rlock``.
99

1010
Under normal conditions, it is about 10x faster than threading.RLock in Python 2.7

0 commit comments

Comments
 (0)