Skip to content

Commit fe39e28

Browse files
committed
Fixed links in README.
1 parent d32087c commit fe39e28

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The design goals of this gem are:
3030
</p>
3131
</td>
3232
<td align="right" valign="top">
33-
<img src="https://raw.githubusercontent.com/wiki/jdantonio/concurrent-ruby/logo/concurrent-ruby-logo-300x300.png"/>
33+
<img src="https://raw.githubusercontent.com/wiki/ruby-concurrency/concurrent-ruby/logo/concurrent-ruby-logo-300x300.png"/>
3434
</td>
3535
</tr>
3636
</table>
@@ -51,29 +51,29 @@ and run `bundle install` from your shell.
5151

5252
## Features & Documentation
5353

54-
Please see the [Concurrent Ruby Wiki](https://github.com/jdantonio/concurrent-ruby/wiki)
55-
or the [API documentation](http://rubydoc.info/github/jdantonio/concurrent-ruby/master/frames)
54+
Please see the [Concurrent Ruby Wiki](https://github.com/ruby-concurrency/concurrent-ruby/wiki)
55+
or the [API documentation](http://rubydoc.info/github/ruby-concurrency/concurrent-ruby/master/frames)
5656
for more information or join our [mailing list](http://groups.google.com/group/concurrent-ruby).
5757

5858
There are many concurrency abstractions in this library. These abstractions can be broadly categorized
5959
into several general groups:
6060

6161
* Asynchronous concurrency abstractions including
62-
[Async](https://github.com/jdantonio/concurrent-ruby/wiki/Async),
63-
[Agent](https://github.com/jdantonio/concurrent-ruby/wiki/Agent),
64-
[Future](https://github.com/jdantonio/concurrent-ruby/wiki/Future),
65-
[Promise](https://github.com/jdantonio/concurrent-ruby/wiki/Promise),
66-
[ScheduledTask](https://github.com/jdantonio/concurrent-ruby/wiki/ScheduledTask),
67-
and [TimerTask](https://github.com/jdantonio/concurrent-ruby/wiki/TimerTask)
68-
* Erlang-inspired [Supervisor](https://github.com/jdantonio/concurrent-ruby/wiki/Supervisor) and other lifecycle classes/mixins
62+
[Async](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Async),
63+
[Agent](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Agent),
64+
[Future](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Future),
65+
[Promise](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Promise),
66+
[ScheduledTask](https://github.com/ruby-concurrency/concurrent-ruby/wiki/ScheduledTask),
67+
and [TimerTask](https://github.com/ruby-concurrency/concurrent-ruby/wiki/TimerTask)
68+
* Erlang-inspired [Supervisor](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Supervisor) and other lifecycle classes/mixins
6969
for managing long-running threads
70-
* Thread-safe variables including [M-Structures](https://github.com/jdantonio/concurrent-ruby/wiki/MVar-(M-Structure)),
71-
[I-Structures](https://github.com/jdantonio/concurrent-ruby/wiki/IVar-(I-Structure)),
72-
[thread-local variables](https://github.com/jdantonio/concurrent-ruby/wiki/ThreadLocalVar),
73-
atomic counters, and [software transactional memory](https://github.com/jdantonio/concurrent-ruby/wiki/TVar-(STM))
74-
* Thread synchronization classes and algorithms including [dataflow](https://github.com/jdantonio/concurrent-ruby/wiki/Dataflow),
70+
* Thread-safe variables including [M-Structures](https://github.com/ruby-concurrency/concurrent-ruby/wiki/MVar-(M-Structure)),
71+
[I-Structures](https://github.com/ruby-concurrency/concurrent-ruby/wiki/IVar-(I-Structure)),
72+
[thread-local variables](https://github.com/ruby-concurrency/concurrent-ruby/wiki/ThreadLocalVar),
73+
atomic counters, and [software transactional memory](https://github.com/ruby-concurrency/concurrent-ruby/wiki/TVar-(STM))
74+
* Thread synchronization classes and algorithms including [dataflow](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Dataflow),
7575
timeout, condition, countdown latch, dependency counter, and event
76-
* Java-inspired [thread pools](https://github.com/jdantonio/concurrent-ruby/wiki/Thread%20Pools)
76+
* Java-inspired [thread pools](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Thread%20Pools)
7777
* And many more...
7878

7979
### Semantic Versioning
@@ -157,6 +157,6 @@ task.value #=> 25.96
157157

158158
*Concurrent Ruby* is free software released under the [MIT License](http://www.opensource.org/licenses/MIT).
159159

160-
The *Concurrent Ruby* [logo](https://github.com/jdantonio/concurrent-ruby/wiki/Logo)
160+
The *Concurrent Ruby* [logo](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Logo)
161161
was designed by [David Jones](https://twitter.com/zombyboy).
162162
It is Copyright &copy; 2014 [Jerry D'Antonio](https://twitter.com/jerrydantonio). All Rights Reserved.

0 commit comments

Comments
 (0)