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). ...@@ -33,7 +33,7 @@ about: Report an issue or question while using nni instance (deployment).
<!-- <!--
Where can you find the log files: Where can you find the log files:
LOG: https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director 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 ...@@ -40,5 +40,5 @@ about: NNI Student Program China issue template on Github
**Log message / 日志信息 :** **Log message / 日志信息 :**
- [nnimanager.log and dispatcher.log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-directory) : - [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): ...@@ -92,7 +92,7 @@ def create_experiment(args):
exp.start(port, debug, run_mode) exp.start(port, debug, run_mode)
_logger.info(f'To stop experiment run "nnictl stop {exp.id}" or "nnictl stop --all"') _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): def resume_experiment(args):
exp_id = args.id 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