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

Commit 58b824f

Browse files
fix R docs (#16733)
1 parent 3c404a5 commit 58b824f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/python_docs/python/api/ndarray/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Tutorials
6565

6666
.. card::
6767
:title: NDArray Guide
68-
:link: ../../guide/packages/ndarray/
68+
:link: ../../tutorials/packages/ndarray/
6969

7070
The NDArray guide. Start here!
7171

docs/static_site/src/pages/api/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
tag: julia
5959
- title: R
6060
guide_link: /api/r
61-
api_link: https://s3.amazonaws.com/mxnet-prod/docs/R/mxnet-r-reference-manual.pdf
61+
api_link: /api/r/docs/api/R-package/build/mxnet-r-reference-manual.pdf
6262
tutorial_link: /api/r/docs/tutorials
6363
description:
6464
icon: /assets/img/R_logo.svg

docs/static_site/src/pages/api/r/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tag: r
2626

2727
# MXNet - R API
2828

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

3131
MXNet supports the R programming language. The MXNet R package brings flexible and efficient GPU
3232
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,
@@ -49,4 +49,4 @@ You can perform tensor or matrix computation in R:
4949
```
5050
## Resources
5151

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

0 commit comments

Comments
 (0)