Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Doc] Fix the broken link on the installation page #15036

Merged
merged 1 commit into from
May 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Indicate your preferred configuration. Then, follow the customized commands to i
<div class="pip">
<div class="v1-4-1">

MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="../../faq/perf.md#intel-cpu">MXNet tuning guide</a>.
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="http://mxnet.io/faq/perf.html#intel-cpu">MXNet tuning guide</a>.

```
$ pip install mxnet
Expand All @@ -140,7 +140,7 @@ $ pip install mxnet==1.4.0
$ pip install mxnet==1.3.1
```

MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="../../faq/perf.md#intel-cpu">MXNet tuning guide</a>.
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="http://mxnet.io/faq/perf.html#intel-cpu">MXNet tuning guide</a>.

```
$ pip install mxnet-mkl==1.3.1
Expand All @@ -153,7 +153,7 @@ $ pip install mxnet-mkl==1.3.1
$ pip install mxnet==1.2.1
```

MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="../../faq/perf.md#intel-cpu">MXNet tuning guide</a>.
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="http://mxnet.io/faq/perf.html#intel-cpu">MXNet tuning guide</a>.

```
$ pip install mxnet-mkl==1.2.1
Expand Down Expand Up @@ -206,7 +206,7 @@ $ pip install mxnet==0.11.0
$ pip install mxnet --pre
```

MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="../../faq/perf.md#intel-cpu">MXNet tuning guide</a>.
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="http://mxnet.io/faq/perf.html#intel-cpu">MXNet tuning guide</a>.

```
$ pip install mxnet-mkl --pre
Expand Down