Skip to content

Commit 48dadc3

Browse files
authored
DOCS-3415: Fix remaining broken links with aliases (#3887)
1 parent 981c8ae commit 48dadc3

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

docs/data-ai/ai/deploy.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ aliases:
1818
- /ml/upload-model/
1919
- /services/ml/ml-models/
2020
- /registry/ml-models/
21+
- /manage/ml/
22+
- /how-tos/deploy-ml/
23+
- /how-tos/train-deploy-ml/
24+
- /ml/deploy/
25+
- /ml/
26+
- /services/ml/deploy/
27+
- /how-tos/deploy-ml/
2128
---
2229

2330
The Machine Learning (ML) model service allows you to deploy [machine learning models](/data-ai/ai/deploy/#deploy-your-ml-model) to your machine.

docs/data-ai/ai/run-inference.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ type: "docs"
77
modulescript: true
88
aliases:
99
- /how-tos/detect-people/
10+
- /get-started/detect-people/
1011
- /how-tos/detect-color/
12+
- /get-started/quickstarts/detect-people/
1113
description: "Run inference on a model with a vision service or an SDK."
1214
---
1315

docs/data-ai/ai/train-tflite.md

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ aliases:
1616
- /data-management/data-management-tutorial/
1717
- /tutorials/services/data-management-tutorial/
1818
- /tutorials/services/data-mlmodel-tutorial/
19-
- /tutorials/projects/filtered-camera/
20-
- /how-tos/deploy-ml/
21-
- /how-tos/train-deploy-ml/
2219
languages: []
2320
viamresources: ["data_manager", "mlmodel", "vision"]
2421
platformarea: ["ml"]

docs/data-ai/capture-data/capture-sync.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,20 @@ aliases:
2222
- /manage/data-management/
2323
- /services/data-management/
2424
- /manage/data/
25-
- "/data-management/"
26-
- "/data-management/"
27-
- "/services/data/"
28-
- "/data/"
25+
- /data-management/
26+
- /services/data/
27+
- /data/
2928
- /manage/data/export/
3029
- /data/export/
3130
- /services/data/export/
3231
- /manage/data/view/
3332
- /data/view/
3433
- /services/data/view/
3534
- /how-tos/collect-data/
35+
- /how-tos/collect-sensor-data/
36+
- /get-started/quickstarts/collect-data/
37+
- /use-cases/collect-sensor-data/
38+
- /use-cases/image-data/
3639
---
3740

3841
You can use the data management service to capture and sync data from your machine to the cloud.

docs/data-ai/capture-data/filter-before-sync.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type: "docs"
77
description: "Use filtering to collect and sync only certain images."
88
aliases:
99
- /how-tos/image-data/
10+
- /tutorials/projects/filtered-camera/
1011
---
1112

1213
You can use filtering to selectively capture images using a machine learning (ML) model, for example to only capture images with people or specific objects in them.

0 commit comments

Comments
 (0)