Skip to content

Commit bdb0c8a

Browse files
authored
Merge pull request #98924 from nibaccam/patch-1
New link for datasets in pipelines notebook
2 parents 0feeaaa + 68fa063 commit bdb0c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-create-your-first-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ iris_tabular_dataset = Dataset.Tabular.from_delimited_files([(def_blob_store, 't
126126

127127
You create a `FileDataset` using [from_files](https://docs.microsoft.com/python/api/azureml-core/azureml.data.dataset_factory.filedatasetfactory?view=azure-ml-py#from-files-path--validate-true-).
128128

129-
You can learn more about working with datasets from [Add & register datasets](how-to-create-register-datasets.md) or [this sample notebook](https://aka.ms/train-datasets).
129+
You can learn more about working with datasets from [Add & register datasets](how-to-create-register-datasets.md) or [this sample notebook](https://aka.ms/pl-datasets).
130130

131131
## Set up compute target
132132

0 commit comments

Comments
 (0)