From c3a8c3629796c42ebf17d12592700d72acf04818 Mon Sep 17 00:00:00 2001 From: yanrez Date: Thu, 22 Nov 2018 17:13:31 -0800 Subject: [PATCH] Make pipeline notebooks links in readme --- pipeline/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pipeline/README.md b/pipeline/README.md index 6690437d..bbd79513 100644 --- a/pipeline/README.md +++ b/pipeline/README.md @@ -36,13 +36,13 @@ In this directory, there are two types of notebooks: * The first type of notebooks will introduce you to core Azure Machine Learning Pipelines features. The notebooks below belong in this category, and are designed to go in sequence: -1. aml-pipelines-getting-started.ipynb -2. aml-pipelines-with-data-dependency-steps.ipynb -3. aml-pipelines-publish-and-run-using-rest-endpoint.ipynb -4. aml-pipelines-data-transfer.ipynb -5. aml-pipelines-use-databricks-as-compute-target.ipynb -6. aml-pipelines-use-adla-as-compute-target.ipynb +1. [aml-pipelines-getting-started.ipynb](aml-pipelines-getting-started.ipynb) +2. [aml-pipelines-with-data-dependency-steps.ipynb](aml-pipelines-with-data-dependency-steps.ipynb) +3. [aml-pipelines-publish-and-run-using-rest-endpoint.ipynb](aml-pipelines-publish-and-run-using-rest-endpoint.ipynb) +4. [aml-pipelines-data-transfer.ipynb](aml-pipelines-data-transfer.ipynb) +5. [aml-pipelines-use-databricks-as-compute-target.ipynb](aml-pipelines-use-databricks-as-compute-target.ipynb) +6. [aml-pipelines-use-adla-as-compute-target.ipynb](aml-pipelines-use-adla-as-compute-target.ipynb) * The second type of notebooks illustrate more sophisticated scenarios, and are independent of each other. These notebooks include: - - pipeline-batch-scoring.ipynb - - pipeline-style-transfer.ipynb + - [pipeline-batch-scoring.ipynb](pipeline-batch-scoring.ipynb) + - [pipeline-style-transfer.ipynb](pipeline-style-transfer.ipynb)