-
-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken link fixes #2209
base: master
Are you sure you want to change the base?
Broken link fixes #2209
Conversation
Update CONTRIBUTING.md
@@ -42,8 +42,8 @@ Before you start contributing to Flux, you need the following tools: | |||
If you need to learn about Julia and Flux, then you can check out the following resources: | |||
|
|||
* [JuliaAcademy](https://juliaacademy.com/) introductory courses to Julia and Flux | |||
* Flux’s official [Getting Started](https://fluxml.ai/getting_started.html) tutorial | |||
* [Deep Learning with Flux - A 60 Minute Blitz](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html): a quick intro to Flux loosely based on PyTorch’s tutorial | |||
* Flux’s official [Getting Started](https://docs.flux.ai/Introduction/flux-walkthrough-project) tutorial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This link looks completely unrelated, however.
* Flux’s official [Getting Started](https://fluxml.ai/getting_started.html) tutorial | ||
* [Deep Learning with Flux - A 60 Minute Blitz](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html): a quick intro to Flux loosely based on PyTorch’s tutorial | ||
* Flux’s official [Getting Started](https://docs.flux.ai/Introduction/flux-walkthrough-project) tutorial | ||
* [Deep Learning with Flux - A 60 Minute Blitz](http://fluxml.ai/Flux.jl/stable/tutorials/2020-09-15-deep-learning-flux/): a quick intro to Flux loosely based on PyTorch’s tutorial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link does work, but IMO the version with most hope of being up to date (or being updated) is https://github.com/FluxML/model-zoo/blob/master/tutorials/60-minute-blitz/60-minute-blitz.jl (and the one in the docs should be removed).
* Flux’s official [Getting Started](https://fluxml.ai/getting_started.html) tutorial | ||
* [Deep Learning with Flux - A 60 Minute Blitz](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html): a quick intro to Flux loosely based on PyTorch’s tutorial | ||
* Flux’s official [Getting Started](https://docs.flux.ai/Introduction/flux-walkthrough-project) tutorial | ||
* [Deep Learning with Flux - A 60 Minute Blitz](http://fluxml.ai/Flux.jl/stable/tutorials/2020-09-15-deep-learning-flux/): a quick intro to Flux loosely based on PyTorch’s tutorial | ||
* [Flux Model Zoo](https://github.com/FluxML/model-zoo) showcases various demonstrations of models that you can reuse with your own data | ||
* [Flux’s official documentation](https://fluxml.ai/Flux.jl/stable/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe official docs should go first? (And the "60 minute" thing below model zoo of which it is part?)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2209 +/- ##
==========================================
- Coverage 82.60% 79.83% -2.78%
==========================================
Files 23 24 +1
Lines 1581 1572 -9
==========================================
- Hits 1306 1255 -51
- Misses 275 317 +42 ☔ View full report in Codecov by Sentry. |
bump |
This PR fixes broken links I found in CONTRIBUTING.md
Under the Learn Flux section: