From f557247de7573c773fc72943cfaf0a8bded6e4bc Mon Sep 17 00:00:00 2001 From: Chengmin Chi Date: Fri, 3 Jul 2020 15:33:43 +0800 Subject: [PATCH] Fix customized tuner doc --- docs/en_US/Tutorial/InstallCustomizedAlgos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/Tutorial/InstallCustomizedAlgos.md b/docs/en_US/Tutorial/InstallCustomizedAlgos.md index df2783df89..ff5a3d3514 100644 --- a/docs/en_US/Tutorial/InstallCustomizedAlgos.md +++ b/docs/en_US/Tutorial/InstallCustomizedAlgos.md @@ -77,7 +77,7 @@ Once you have the meta info in `setup.py`, you can build your pip installation s NNI will look for the classifier starts with `NNI Package` to retrieve the package meta information while the package being installed with `nnictl package install ` command. -Reference [customized tuner example](https://github.com/microsoft/nni/blob/master/examples/tuners/customized_tuner/README.md) for a full example. +Reference [customized tuner example](../Tuner/InstallCustomizedTuner.md) for a full example. ### 4. Install customized algorithms package into NNI