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

fix R docs #16733

Merged
merged 1 commit into from
Nov 6, 2019
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/python_docs/python/api/ndarray/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Tutorials

.. card::
:title: NDArray Guide
:link: ../../guide/packages/ndarray/
:link: ../../tutorials/packages/ndarray/

The NDArray guide. Start here!

Expand Down
2 changes: 1 addition & 1 deletion docs/static_site/src/pages/api/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
tag: julia
- title: R
guide_link: /api/r
api_link: https://s3.amazonaws.com/mxnet-prod/docs/R/mxnet-r-reference-manual.pdf
api_link: /api/r/docs/api/R-package/build/mxnet-r-reference-manual.pdf
tutorial_link: /api/r/docs/tutorials
description:
icon: /assets/img/R_logo.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/static_site/src/pages/api/r/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tag: r

# MXNet - R API

See the [MXNet R Reference Manual](https://s3.amazonaws.com/mxnet-prod/docs/R/mxnet-r-reference-manual.pdf).
See the [MXNet R Reference Manual](/api/r/docs/api/R-package/build/mxnet-r-reference-manual.pdf).

MXNet supports the R programming language. The MXNet R package brings flexible and efficient GPU
computing and state-of-art deep learning to R. It enables you to write seamless tensor/matrix computation with multiple GPUs in R. It also lets you construct and customize the state-of-art deep learning models in R,
Expand All @@ -49,4 +49,4 @@ You can perform tensor or matrix computation in R:
```
## Resources

* [MXNet R Reference Manual](https://s3.amazonaws.com/mxnet-prod/docs/R/mxnet-r-reference-manual.pdf)
* [MXNet R Reference Manual](/api/r/docs/api/R-package/build/mxnet-r-reference-manual.pdf)