Skip to content

Commit a22e897

Browse files
authored
Update AsynchronousIterativeAlgorithms.jl (username)
1 parent 24638f5 commit a22e897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AsynchronousIterativeAlgorithms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ designing your algorithm.
55
It also offers a convenient way to manage the distribution of your problem's data across multiple processes or
66
remote machines.
77
8-
A full manual is available at https://selim78.github.io/AsynchronousIterativeAlgorithms.jl/dev/
8+
A full manual is available at https://SelimChraibi.github.io/AsynchronousIterativeAlgorithms.jl/dev/
99
"""
1010
module AsynchronousIterativeAlgorithms
1111

@@ -14,4 +14,4 @@ module AsynchronousIterativeAlgorithms
1414
include("start.jl")
1515
include("algorithm_wrappers.jl")
1616

17-
end
17+
end

0 commit comments

Comments
 (0)