Skip to content

Commit 3901088

Browse files
committed
fix doc link
1 parent 99f365d commit 3901088

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.github/md-link-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
{
44
"pattern": "^https://developer.nvidia.com//"
55
},
6+
{
7+
"pattern": "^https://developer.android.com/"
8+
},
9+
{
10+
"pattern": "^https://developer.qualcomm.com/"
11+
},
612
{
713
"pattern": "^http://localhost"
814
}

docs/en/01-how-to-build/jetsons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ pip install -r requirements/build.txt
289289
pip install -v -e . # or "python setup.py develop"
290290
```
291291

292-
1. Follow [this document](../02-how-to-run/convert_model.md) on how to convert model files.
292+
2. Follow [this document](docs/en/02-how-to-run/convert_model.md) on how to convert model files.
293293

294294
For this example, we have used [retinanet_r18_fpn_1x_coco.py](https://github.com/open-mmlab/mmdetection/blob/3.x/configs/retinanet/retinanet_r18_fpn_1x_coco.py) as the model config, and [this file](https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r18_fpn_1x_coco/retinanet_r18_fpn_1x_coco_20220407_171055-614fd399.pth) as the corresponding checkpoint file. Also for deploy config, we have used [detection_tensorrt_dynamic-320x320-1344x1344.py](https://github.com/open-mmlab/mmdeploy/blob/master/configs/mmdet/detection/detection_tensorrt_dynamic-320x320-1344x1344.py)
295295

docs/en/05-supported-backends/onnxruntime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Take custom operator `roi_align` for example.
6363
## References
6464

6565
- [How to export Pytorch model with custom op to ONNX and run it in ONNX Runtime](https://github.com/onnx/tutorials/blob/master/PyTorchCustomOperator/README.md)
66-
- [How to add a custom operator/kernel in ONNX Runtime](https://github.com/microsoft/onnxruntime/blob/master/docs/AddingCustomOp.md)
66+
- [How to add a custom operator/kernel in ONNX Runtime](https://onnxruntime.ai/docs/reference/operators/add-custom-op.html)

docs/zh_cn/05-supported-backends/onnxruntime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Take custom operator `roi_align` for example.
6363
## References
6464

6565
- [How to export Pytorch model with custom op to ONNX and run it in ONNX Runtime](https://github.com/onnx/tutorials/blob/master/PyTorchCustomOperator/README.md)
66-
- [How to add a custom operator/kernel in ONNX Runtime](https://github.com/microsoft/onnxruntime/blob/master/docs/AddingCustomOp.md)
66+
- [How to add a custom operator/kernel in ONNX Runtime](https://onnxruntime.ai/docs/reference/operators/add-custom-op.html)

docs/zh_cn/05-supported-backends/openvino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install openvino-dev
1717

1818
3. Install MMDeploy following the [instructions](../01-how-to-build/build_from_source.md).
1919

20-
To work with models from [MMDetection](https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md), you may need to install it additionally.
20+
To work with models from [MMDetection](https://github.com/open-mmlab/mmdetection/blob/3.x/docs/en/get_started.md), you may need to install it additionally.
2121

2222
## Usage
2323

0 commit comments

Comments
 (0)