Skip to content

Commit ffad3d8

Browse files
[DOCS] Fixing references in AI Suites for 2026.0
Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
1 parent 12ae29e commit ffad3d8

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please refer [link](../docs/user-guide/how-to-guides/how-to-deploy-with-helm.md) for the helm deployment
1+
Please refer [link](../docs/user-guide/get-started/deploy-with-helm.md) for the helm deployment

manufacturing-ai-suite/industrial-edge-insights-vision/helm/apps/pallet-defect-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- [System Requirements](../get-started/system-requirements.md)
5+
- [System Requirements](../../../docs/user-guide/pallet-defect-detection/get-started/system-requirements.md)
66
- K8s installation on single or multi node must be done as pre-requisite to continue the following deployment. Note: The kubernetes cluster is set up with `kubeadm`, `kubectl` and `kubelet` packages on single and multi nodes with `v1.30.2`.
77
Refer to tutorials online to setup kubernetes cluster on the web with host OS as ubuntu 22.04 and/or ubuntu 24.04.
88
- For helm installation, refer to [helm website](https://helm.sh/docs/intro/install/)

manufacturing-ai-suite/industrial-edge-insights-vision/helm/apps/pcb-anomaly-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- [System Requirements](./system-requirements.md)
5+
- [System Requirements](../../../docs/user-guide/pcb-anomaly-detection/get-started/system-requirements.md)
66
- K8s installation on single or multi node must be done as pre-requisite to continue the following deployment. Note: The kubernetes cluster is set up with `kubeadm`, `kubectl` and `kubelet` packages on single and multi nodes with `v1.30.2`.
77
Refer to tutorials online to setup kubernetes cluster on the web with host OS as ubuntu 22.04 and/or ubuntu 24.04.
88
- For helm installation, refer to [helm website](https://helm.sh/docs/intro/install/)

manufacturing-ai-suite/industrial-edge-insights-vision/helm/apps/weld-porosity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- [System Requirements](../get-started/system-requirements.md)
5+
- [System Requirements](../../../docs/user-guide/weld-porosity/get-started/system-requirements.md)
66
- K8s installation on single or multi node must be done as pre-requisite to continue the following deployment. Note: The kubernetes cluster is set up with `kubeadm`, `kubectl` and `kubelet` packages on single and multi nodes with `v1.30.2`.
77
Refer to tutorials online to setup kubernetes cluster on the web with host OS as ubuntu 22.04 and/or ubuntu 24.04.
88
- For helm installation, refer to [helm website](https://helm.sh/docs/intro/install/)

manufacturing-ai-suite/industrial-edge-insights-vision/helm/apps/worker-safety-gear-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- [System Requirements](../get-started/system-requirements.md)
5+
- [System Requirements](../../../docs/user-guide/worker-safety-gear-detection/get-started/system-requirements.md)
66
- K8s installation on single or multi node must be done as pre-requisite to continue the following deployment. Note: The kubernetes cluster is set up with `kubeadm`, `kubectl` and `kubelet` packages on single and multi nodes with `v1.30.2`.
77
Refer to tutorials online to setup kubernetes cluster on the web with host OS as ubuntu 22.04 and/or ubuntu 24.04.
88
- For helm installation, refer to [helm website](https://helm.sh/docs/intro/install/)

metro-ai-suite/metro-sdk-manager/docs/user-guide/visual-ai-demo-kit/tutorial-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ After completing this tutorial, you should have:
119119

120120
## Supporting Resources
121121

122-
- [Grafana HTML Panel Documentation](https://grafana.com/docs/grafana/latest/panels/visualizations/text/)
122+
- [Grafana HTML Panel Documentation](https://grafana.com/docs/grafana/latest/visualizations/panels-visualizations/visualizations/)
123123
- [MQTT Data Source Configuration](https://grafana.com/docs/grafana/latest/datasources/)
124124
- [Dashboard Best Practices](https://grafana.com/docs/grafana/latest/best-practices/)

robotics-ai-suite/docs/robotics/dev_guide/tutorials_amr/developer_kit/clearpath-jackal-robot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ developed and distributed by Clearpath Robotics, a Rockwell Automation company.
66
Detailed information about this robot is provided by Clearpath Robotics:
77

88
* `Jackal Unmanned Ground Vehicle <https://clearpathrobotics.com/jackal-small-unmanned-ground-vehicle/>`_ product page
9-
* `Jackal User Manual <https://docs.clearpathrobotics.com/docs/robots/outdoor_robots/jackal/user_manual_jackal/>`_
9+
* `Jackal User Manual <https://docs.clearpathrobotics.com/docs_robots/outdoor_robots/jackal/user_manual_jackal/>`_
1010

1111
The following pages describe how the Autonomous Mobile Robot can be used with a
1212
Clearpath Robotics Jackal robot.

robotics-ai-suite/docs/robotics/dev_guide/tutorials_amr/navigation/adbscan/adbscan_aaeon_robot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ADBSCAN on AAEON Robot Kit
22

33
This tutorial describes how to run the ADBSCAN algorithm on the real robot
4-
[UP Xtreme i11 AAEON Robot Kit](https://up-shop.org/up-xtreme-i11-robotic-kit.html) using the Intel® RealSense™ camera input.
4+
[AAEON UP Xtreme i11 Robotic Kit](https://up-board.org/up-ai-dev-kit/) using the Intel® RealSense™ camera input.
55
During the execution of the program the ADBSCAN algorithm detects objects, and draws them in rviz. Then, the FastMapping algorithm uses data from the ADBSCAN to generate a 2D Map of the environment around.
66
User can use the default setup to move robot via gamepad or keyboard, so the 3D-camera on the robot can scan surroundings around.
77

@@ -198,4 +198,4 @@ User can use the default setup to move robot via gamepad or keyboard, so the 3D-
198198

199199
## Troubleshooting
200200

201-
For general robot issues, refer to [Troubleshooting](../robot-tutorials-troubleshooting.md).
201+
For general robot issues, refer to [Troubleshooting](../../robot-tutorials-troubleshooting.md).

robotics-ai-suite/docs/robotics/dev_guide/tutorials_amr/robot-tutorials-troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export ROS_DOMAIN_ID=<value>
2020
The `ROS_DOMAIN_ID` should be an integer between 0 and 101 and it should
2121
be the same for all the nodes launched for a particular use case. If you run only
2222
one use case at a time, you can set this variable in your `.bashrc` file,
23-
as described in the [prepare-ros-environment](../../gsg_robot/prepare-system.md#prepare-your-ros-2-environment)
23+
as described in the [prepare-ros-environment](../../../robotics/gsg_robot/index.md#21-prepare-your-ros-2-environment)
2424
section.
2525

2626
## Troubleshooting AAEON Motor Control Board Issues
@@ -108,7 +108,7 @@ To resolve this issue, set the display scale mode to 100%:
108108
> in the same network and have the same ROS_DOMAIN_ID set.
109109
110110
To prepare the development system follow the instructions to
111-
[Prepare the Target System](../../gsg_robot/prepare-system.md).
111+
[Prepare the Target System](../../../../robot-vision-control/docs/source/getstarted/prepare_system.md).
112112

113113
<!--hide_directive::::{tab-set}
114114
:::{tab-item}hide_directive--> **Jazzy**
@@ -183,7 +183,7 @@ kernel mode driver in Linux Kernel 6.7.5 or later.
183183
For Intel® Core™ Ultra Processors, the recommended operating system for the Autonomous Mobile Robot
184184
is the [Ubuntu OS version 22.04 LTS (Jammy Jellyfish)](https://releases.ubuntu.com/22.04)
185185
Desktop image, as described in
186-
[Prepare the Target System](../../gsg_robot/prepare-system.md).
186+
[Prepare the Target System](../../../../robot-vision-control/docs/source/getstarted/prepare_system.md).
187187
Since this version of the Canonical Ubuntu operating system uses a
188188
Linux Kernel 6.8, this incompatibility will have an impact if you use the
189189
Autonomous Mobile Robot on an Intel® Core™ Ultra Processor.

0 commit comments

Comments
 (0)