Skip to content

Commit 66c3211

Browse files
authored
Fix links: tkf -> JuliaFolds (#141)
1 parent 1b4ccd8 commit 66c3211

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ all findfirst map! reduce
3333
### Rich collection support
3434

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

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

108108
Custom collections can support ThreadsX.jl API by implementing
109-
[`SplittablesBase.jl`](https://github.com/tkf/SplittablesBase.jl)
109+
[`SplittablesBase.jl`](https://github.com/JuliaFolds/SplittablesBase.jl)
110110
interface.

benchmark/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
201201
deps = ["Setfield", "Test"]
202202
git-tree-sha1 = "9a5aa2eb673771ced22bba49e8a19c1d41faab1b"
203203
repo-rev = "master"
204-
repo-url = "https://github.com/tkf/SplittablesBase.jl.git"
204+
repo-url = "https://github.com/JuliaFolds/SplittablesBase.jl.git"
205205
uuid = "171d559e-b47b-412a-8079-5efa626c420e"
206206
version = "0.1.9"
207207

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

docs/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ version = "0.1.3-DEV"
275275
deps = ["ArgCheck", "BangBang", "CompositionsBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "Requires", "Setfield", "SplittablesBase", "Tables"]
276276
git-tree-sha1 = "d9bfa17064d3ea0da8213aa315d55cb8c84b60db"
277277
repo-rev = "master"
278-
repo-url = "https://github.com/tkf/Transducers.jl.git"
278+
repo-url = "https://github.com/JuliaFolds/Transducers.jl.git"
279279
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
280280
version = "0.4.41-DEV"
281281

test/environments/main/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ version = "0.1.3-DEV"
281281
deps = ["ArgCheck", "BangBang", "CompositionsBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "Requires", "Setfield", "SplittablesBase", "Tables"]
282282
git-tree-sha1 = "d9bfa17064d3ea0da8213aa315d55cb8c84b60db"
283283
repo-rev = "master"
284-
repo-url = "https://github.com/tkf/Transducers.jl.git"
284+
repo-url = "https://github.com/JuliaFolds/Transducers.jl.git"
285285
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
286286
version = "0.4.41-DEV"
287287

0 commit comments

Comments
 (0)