Skip to content

Commit 9a4ff0d

Browse files
authored
fix CI status label
1 parent 8df07d8 commit 9a4ff0d

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
@@ -1,5 +1,5 @@
11
# ReadWriteLock
2-
[![Build Status](https://travis-ci.org/dionisiydk/ReadWriteLock.svg?branch=master)](https://travis-ci.org/dionisiydk/ReadWriteLock)
2+
[![Build Status](https://travis-ci.org/pharo-ide/ReadWriteLock.svg?branch=master)](https://travis-ci.org/pharo-ide/ReadWriteLock)
33

44
It's implementation of reentral read write lock which described in
55
[https://en.wikipedia.org/wiki/Readers–writer_lock](). From the article:

0 commit comments

Comments
 (0)