Skip to content

Commit 4aa34a2

Browse files
authored
Fix broken link
[ci skip]
1 parent afd721f commit 4aa34a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a fork of the now-abandoned [krakjoe/pthreads](https://github.com/krakjo
1111
While the idea of PHP threading may seem great, the barrier to using threads is much higher than other languages, due to severe limitations imposed by the design of the Zend Engine. Many things are not possible with threads in PHP, or are simply far too performance-intensive to be worthwhile.
1212

1313
You can learn more about pthreads at the following links:
14-
- https://doc.pmmp.io/en/rtfd/developer-reference/threading-in-php-wtf.html
14+
- https://doc.pmmp.io/en/rtfd/developers/threading-in-php-wtf.html
1515
- https://gist.github.com/krakjoe/6437782
1616
- https://gist.github.com/krakjoe/9384409
1717

0 commit comments

Comments
 (0)