Skip to content

Commit cfce5d2

Browse files
committed
use the correct url for the go example'
same here, the url is for the tickers, not the worker-pools example
1 parent 8848161 commit cfce5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/go-by-example-channels/worker-pools.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Channel = Concurrent::Channel
66

77
## Go by Example: Go by Example: Worker Pools
8-
# https://gobyexample.com/tickers
8+
# https://gobyexample.com/worker-pools
99

1010
def worker(id, jobs, results)
1111
jobs.each do |j|

0 commit comments

Comments
 (0)