Fix issue 728 add hyperlink to GitHub location (#731)

* added hyperlink to github of example code
This commit is contained in:
Jason Swinehart
2022-09-14 13:01:12 -04:00
committed by GitHub
parent b7a010e657
commit 74557472ec

View File

@@ -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.