Skip to content

Commit 15f03be

Browse files
committed
URL had moved refs #561
1 parent 5289381 commit 15f03be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Lock.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ method condition(Lock:D: --> ConditionVariable:D)
106106
=end code
107107
108108
Returns a condition variable. Compare
109-
L<http://web.stanford.edu/class/cs140/cgi-bin/lecture.php?topic=locks> or
109+
L<https://web.stanford.edu/~ouster/cgi-bin/cs140-spring14/lecture.php?topic=locks> or
110110
L<https://en.wikipedia.org/wiki/Monitor_%28synchronization%29> for background.
111111
112112
my $l = Lock.new;

0 commit comments

Comments
 (0)