"tests/L0/git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "2d8b3600cad824ab5aa456b679b2509a159dd8a7"
Unverified Commit 39620c45 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

fix nnictl doc link (#4807)

parent f4bcda10
......@@ -33,7 +33,7 @@ about: Report an issue or question while using nni instance (deployment).
<!--
Where can you find the log files:
LOG: https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director
STDOUT/STDERR: https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout
STDOUT/STDERR: https://nni.readthedocs.io/en/stable/reference/nnictl.html#nnictl-log-stdout
-->
......
......@@ -40,5 +40,5 @@ about: NNI Student Program China issue template on Github
**Log message / 日志信息 :**
- [nnimanager.log and dispatcher.log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-directory) :
- [nnictl stdout and stderr](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout) :
- [nnictl stdout and stderr](https://nni.readthedocs.io/en/stable/reference/nnictl.html#nnictl-log-stdout) :
......@@ -92,7 +92,7 @@ def create_experiment(args):
exp.start(port, debug, run_mode)
_logger.info(f'To stop experiment run "nnictl stop {exp.id}" or "nnictl stop --all"')
_logger.info('Reference: https://nni.readthedocs.io/en/stable/Tutorial/Nnictl.html')
_logger.info('Reference: https://nni.readthedocs.io/en/stable/reference/nnictl.html')
def resume_experiment(args):
exp_id = args.id
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment