Skip to content

Commit 7f19e4b

Browse files
authored
Fix broken link
Fix broken link to 18-Low-Code/README.md. Fix minor typo.
1 parent a05cf72 commit 7f19e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5-Data-Science-In-Cloud/19-Azure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Let's create a compute instance to provision a jupyter notebook.
7676
Congratulations, you have just created a compute instance! We will use this compute instance to create a Notebook the [Creating Notebooks section](#23-creating-notebooks).
7777

7878
### 2.3 Loading the Dataset
79-
Refer the [previous lesson](../18-tbd/README.md) in the section **2.3 Loading the Dataset** if you have not uploaded the dataset yet.
79+
Refer the [previous lesson](../18-Low-Code/README.md) in the section **2.3 Loading the Dataset** if you have not uploaded the dataset yet.
8080

8181
### 2.4 Creating Notebooks
8282

@@ -97,7 +97,7 @@ Now that we have a Notebook, we can start training the model with Azure ML SDK.
9797

9898
### 2.5 Training a model
9999

100-
First of all, if you ever have a doubt, refer to the [Azure ML SDK documentation](https://docs.microsoft.com/python/api/overview/azure/ml?WT.mc_id=academic-40229-cxa&ocid=AID3041109). In contains all the necessary information to understand the modules we are going to see in this lesson.
100+
First of all, if you ever have a doubt, refer to the [Azure ML SDK documentation](https://docs.microsoft.com/python/api/overview/azure/ml?WT.mc_id=academic-40229-cxa&ocid=AID3041109). It contains all the necessary information to understand the modules we are going to see in this lesson.
101101

102102
#### 2.5.1 Setup Workspace, experiment, compute cluster and dataset
103103

0 commit comments

Comments
 (0)