Skip to content

Commit 0360155

Browse files
authored
Correct dead link for "quickstart page" in README.md (#2499)
* Correct dead link for "quickstart page" in README.md * Change corrected link from http to https
1 parent 35b893a commit 0360155

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
@@ -34,6 +34,6 @@ plot(x -> 2x-x^3, -2, 2, legend=false)
3434
scatter!(x -> model([x]), -2:0.1f0:2)
3535
```
3636

37-
The [quickstart page](https://fluxml.ai/Flux.jl/stable/models/quickstart/) has a longer example. See the [documentation](https://fluxml.github.io/Flux.jl/) for details, or the [model zoo](https://github.com/FluxML/model-zoo/) for examples. Ask questions on the [Julia discourse](https://discourse.julialang.org/) or [slack](https://discourse.julialang.org/t/announcing-a-julia-slack/4866).
37+
The [quickstart page](https://fluxml.ai/Flux.jl/stable/guide/models/quickstart/) has a longer example. See the [documentation](https://fluxml.github.io/Flux.jl/) for details, or the [model zoo](https://github.com/FluxML/model-zoo/) for examples. Ask questions on the [Julia discourse](https://discourse.julialang.org/) or [slack](https://discourse.julialang.org/t/announcing-a-julia-slack/4866).
3838

3939
If you use Flux in your research, please [cite](CITATION.bib) our work.

0 commit comments

Comments
 (0)