Skip to content

Commit 949be60

Browse files
authored
Merge pull request #424 from kylebeggs/master-1
Fix broken webpage link in README.md
2 parents a2a9d65 + 62a48d2 commit 949be60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ wait(Dagger.@spawn println("b: ", b, ", c: ", c))
6161
Dagger can support a variety of use cases that benefit from easy, automatic
6262
parallelism, such as:
6363

64-
- [Parallelizing Nested Loops](https://juliaparallel.github.io/Dagger.jl/dev/use-cases/#Parallel-Nested-Loops)
64+
- [Parallelizing Nested Loops](https://juliaparallel.org/Dagger.jl/dev/use-cases/parallel-nested-loops/#Use-Case:-Parallel-Nested-Loops)
6565

6666
This isn't an exhaustive list of the use cases that Dagger supports. There are
6767
more examples in the docs, and more use cases examples are welcome (just file

0 commit comments

Comments
 (0)