Skip to content

Commit

Permalink
Fix links: tkf -> JuliaFolds (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Jul 11, 2020
1 parent 1b4ccd8 commit 66c3211
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all findfirst map! reduce
### Rich collection support

The `reduce`-based functions support any collections that implement
[`SplittablesBase.jl`](https://github.com/tkf/SplittablesBase.jl)
[`SplittablesBase.jl`](https://github.com/JuliaFolds/SplittablesBase.jl)
interface including arrays, `Dict`, `Set`, and iterator
transformations. In particular, these functions support iterator
comprehension:
Expand Down Expand Up @@ -103,8 +103,8 @@ value, `basesize` must be specified explicitly.
## Implementations

Most of `reduce`-based functions are implemented as thin wrappers of
[`Transducers.jl`](https://github.com/tkf/Transducers.jl).
[`Transducers.jl`](https://github.com/JuliaFolds/Transducers.jl).

Custom collections can support ThreadsX.jl API by implementing
[`SplittablesBase.jl`](https://github.com/tkf/SplittablesBase.jl)
[`SplittablesBase.jl`](https://github.com/JuliaFolds/SplittablesBase.jl)
interface.
4 changes: 2 additions & 2 deletions benchmark/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
deps = ["Setfield", "Test"]
git-tree-sha1 = "9a5aa2eb673771ced22bba49e8a19c1d41faab1b"
repo-rev = "master"
repo-url = "https://github.com/tkf/SplittablesBase.jl.git"
repo-url = "https://github.com/JuliaFolds/SplittablesBase.jl.git"
uuid = "171d559e-b47b-412a-8079-5efa626c420e"
version = "0.1.9"

Expand Down Expand Up @@ -241,7 +241,7 @@ version = "0.1.3-DEV"
deps = ["ArgCheck", "BangBang", "CompositionsBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "Requires", "Setfield", "SplittablesBase", "Tables"]
git-tree-sha1 = "d9bfa17064d3ea0da8213aa315d55cb8c84b60db"
repo-rev = "master"
repo-url = "https://github.com/tkf/Transducers.jl.git"
repo-url = "https://github.com/JuliaFolds/Transducers.jl.git"
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
version = "0.4.41-DEV"

Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ version = "0.1.3-DEV"
deps = ["ArgCheck", "BangBang", "CompositionsBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "Requires", "Setfield", "SplittablesBase", "Tables"]
git-tree-sha1 = "d9bfa17064d3ea0da8213aa315d55cb8c84b60db"
repo-rev = "master"
repo-url = "https://github.com/tkf/Transducers.jl.git"
repo-url = "https://github.com/JuliaFolds/Transducers.jl.git"
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
version = "0.4.41-DEV"

Expand Down
2 changes: 1 addition & 1 deletion test/environments/main/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ version = "0.1.3-DEV"
deps = ["ArgCheck", "BangBang", "CompositionsBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "Requires", "Setfield", "SplittablesBase", "Tables"]
git-tree-sha1 = "d9bfa17064d3ea0da8213aa315d55cb8c84b60db"
repo-rev = "master"
repo-url = "https://github.com/tkf/Transducers.jl.git"
repo-url = "https://github.com/JuliaFolds/Transducers.jl.git"
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
version = "0.4.41-DEV"

Expand Down

0 comments on commit 66c3211

Please sign in to comment.