From c6b888fd7c44c1a951966a45e11e8dd282ae664c Mon Sep 17 00:00:00 2001
From: Vaibhav Satish <86743451+Vaibhav-sa30@users.noreply.github.com>
Date: Tue, 14 Mar 2023 04:38:03 +0530
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ce008e459b..4f6833a1fb 100644
--- a/CONTRIBUTING.md
+++ b/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
+* [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/)
 
@@ -154,4 +154,4 @@ The following table shows how the Flux code is organized:
 | docs  | Documentation site  |
 | paper  | Paper that describes Flux |
 | src    |  Source for Flux  |
-| test   |  Test suites  |
\ No newline at end of file
+| test   |  Test suites  |