diff --git a/README.md b/README.md index 7c4cfd2c..b888aa8d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Rather, OhMyThreads is meant to be a simpler, more maintainable, and more access like [ThreadsX.jl](https://github.com/tkf/ThreadsX.jl) or [Folds.jl](https://github.com/JuliaFolds2/Folds.jl). OhMyThreads.jl re-exports the very useful function `chunks` from -[ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl), and provides the following functions: +[ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl), and provides the following functions:
tmapreduce

@@ -41,7 +41,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 ``` -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -85,7 +85,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 ``` -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -128,7 +128,7 @@ is the parallelized version of (1 + 2) + (3 + 4) + 5 ``` -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: diff --git a/readme_generator.jl b/readme_generator.jl index b7f57f99..72f1283f 100644 --- a/readme_generator.jl +++ b/readme_generator.jl @@ -16,8 +16,8 @@ Unlike most JuliaFolds2 packages, it is not built off of Rather, OhMyThreads is meant to be a simpler, more maintainable, and more accessible alternative to packages like [ThreadsX.jl](https://github.com/tkf/ThreadsX.jl) or [Folds.jl](https://github.com/JuliaFolds2/Folds.jl). -OhMyThreads.jl re-exports the very useful function `chunks` from -[ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl), and provides the following functions: +OhMyThreads.jl re-exports the function `chunks` from +[ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl), and provides the following functions: """) for sym ∈ (:tmapreduce, :treducemap, :treduce, :tmap, :tmap!, :tforeach, :tcollect) println(io, "

$sym \n

\n") diff --git a/src/OhMyThreads.jl b/src/OhMyThreads.jl index 74af6a52..166070a5 100644 --- a/src/OhMyThreads.jl +++ b/src/OhMyThreads.jl @@ -28,7 +28,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -64,7 +64,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -100,7 +100,7 @@ is the parallelized version of (1 + 2) + (3 + 4) + 5 -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: