Skip to content

Commit c3ffb80

Browse files
authored
[fix] link (#4)
1 parent 952400b commit c3ffb80

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
<br/>
88

99
[![Documentation](https://readthedocs.org/projects/xrfeitoria/badge/?version=latest)](https://xrfeitoria.readthedocs.io/en/latest/?badge=latest)
10-
[![actions](https://github.com/openxrlab/xrfeitoria/workflows/build/badge.svg)](https://github.com/openxrlab/xrfeitoria/actions)
11-
[![codecov](https://codecov.io/gh/openxrlab/xrfeitoria/branch/main/graph/badge.svg)](https://codecov.io/gh/openxrlab/xrfeitoria)
10+
[![actions](https://github.com/openxrlab/xrfeitoria/workflows/lint/badge.svg)](https://github.com/openxrlab/xrfeitoria/actions)
1211
[![PyPI](https://img.shields.io/pypi/v/xrfeitoria)](https://pypi.org/project/xrfeitoria/)
13-
[![Percentage of issues still open](https://isitmaintained.com/badge/open/openxrlab/xrfeitoria.svg)](https://github.com/openxrlab/xrfeitoria/issues)
1412
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
1513

1614
## Introduction
@@ -66,7 +64,7 @@ xf-render bunny.obj
6664
### Tutorials
6765

6866
There are several [tutorials](/tutorials/).
69-
You can read them [here](https://xrfeitoria.readthedocs.io/en/latest/src/Tutorials.html).
67+
You can read them [here](https://openxrlab-share.oss-cn-hongkong.aliyuncs.com/xrfeitoria/docs/en/_build/html/src/Tutorials.html).
7068

7169

7270
### Sample codes

tutorials/01_get_started.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,13 @@
150150
"cell_type": "markdown",
151151
"metadata": {},
152152
"source": [
153-
"Ref to [doc](https://xrfeitoria.readthedocs.io/en/latest/init.html), you can always use ``with`` statement to ensure the engine is closed when the codes are finished."
153+
"Ref to [api docs](../../apis/xrfeitoria.rst), you can always use ``with`` statement to ensure the engine is closed when the codes are finished."
154154
]
155+
},
156+
{
157+
"cell_type": "markdown",
158+
"metadata": {},
159+
"source": []
155160
}
156161
],
157162
"metadata": {

0 commit comments

Comments
 (0)