Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
add link for 'NNI on Windows' (#2547)
Browse files Browse the repository at this point in the history
* fix link

* sync release version

Co-authored-by: Lijiao <15910218274@163.com>
  • Loading branch information
Lijiaoa and lvybriage authored Jun 12, 2020
1 parent 8a60d62 commit ba42b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ For detail system requirements of NNI, please refer to [here](https://nni.readth
Note:

* If there is any privilege issue, add `--user` to install NNI in the user directory.
* Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly recommended to install NNI on Windows.
* Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly recommended to install [NNI on Windows](docs/en_US/Tutorial/InstallationWin.md).
* If there is any error like `Segmentation fault`, please refer to [FAQ](docs/en_US/Tutorial/FAQ.md). For FAQ on Windows, please refer to [NNI on Windows](docs/en_US/Tutorial/InstallationWin.md#faq).

### **Verify installation**
Expand Down
6 changes: 3 additions & 3 deletions docs/en_US/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ <h2 class="second-title">Install</h2>
<ul>
<li>If there is any privilege issue, add --user to install NNI in the user directory.</li>
<li>Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly
recommended to install <a href="">NNI on Windows</a>.</li>
recommended to install <a href="{{ pathto('Tutorial/InstallationWin') }}">NNI on Windows</a>.</li>
<li>If there is any error like Segmentation fault, please refer to <a
href="{{ pathto('Tutorial/Installation') }}">FAQ</a>. For FAQ on Windows, please refer
to NNI on Windows.</li>
to <a href="{{ pathto('Tutorial/InstallationWin') }}">NNI on Windows</a>.</li>
</ul>
</div>
<div>
Expand All @@ -266,7 +266,7 @@ <h2 class="second-title">Verify installation</h2>
<ul>
<li>
<p>Download the examples via clone the source code.</p>
<div class="command">git clone -b v1.5 https://github.com/Microsoft/nni.git</div>
<div class="command">git clone -b v{{ release }} https://github.com/Microsoft/nni.git</div>
</li>
<li>
<p>Run the MNIST example.</p>
Expand Down

0 comments on commit ba42b6a

Please sign in to comment.