From 74557472ececcd9a90b2f7a0938c73e1cdacf326 Mon Sep 17 00:00:00 2001 From: Jason Swinehart <100892022+Libens-bufo@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:01:12 -0400 Subject: [PATCH] Fix issue 728 add hyperlink to GitHub location (#731) * added hyperlink to github of example code --- website/docs/Examples/Tune-AzureML-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Examples/Tune-AzureML-pipeline.md b/website/docs/Examples/Tune-AzureML-pipeline.md index ec50f3834..d7228bc20 100644 --- a/website/docs/Examples/Tune-AzureML-pipeline.md +++ b/website/docs/Examples/Tune-AzureML-pipeline.md @@ -34,7 +34,7 @@ The pipeline consists of two steps: (1) data preparation and (2) model training. ![png](images/AzureML_train_pipeline.png). -The code example discussed in the page is included in +The [code example](https://github.com/microsoft/FLAML/tree/main/test/pipeline_tuning_example) discussed in the page is included in `test/pipeline_tuning_example/`. We will use the relative path in the rest of the page.