Skip to content

Commit 1604ae5

Browse files
authored
[DOCS] Correct supported devices link overall (#29157)
**Details:** Correct supported devices link overall **Ticket:** TBD Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
1 parent 1fb0641 commit 1604ae5

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Check out the [OpenVINO Cheat Sheet](https://docs.openvino.ai/2025/_static/downl
3535
pip install -U openvino
3636
```
3737

38-
Check [system requirements](https://docs.openvino.ai/2025/about-openvino/system-requirements.html) and [supported devices](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) for detailed information.
38+
Check [system requirements](https://docs.openvino.ai/2025/about-openvino/system-requirements.html) and [supported devices](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) for detailed information.
3939

4040
## Tutorials and Examples
4141

samples/c/hello_nv12_input_classification/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ For more detailed information on how this sample works, check the dedicated [art
1010

1111
| Options | Values |
1212
| ----------------------------| ---------------------------------------------------------------------------------------------------------------------|
13-
| Model Format | OpenVINO Intermediate Representation (\*.xml + \*.bin), ONNX (\*.onnx) |
13+
| Model Format | OpenVINO Intermediate Representation (\*.xml + \*.bin), ONNX (\*.onnx) |
1414
| Validated images | An uncompressed image in the NV12 color format - \*.yuv |
15-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
15+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1616
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-nv12-input-classification.html) |
1717

1818
The following C++ API is used in the application:

samples/cpp/benchmark/sync_benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more detailed information on how this sample works, check the dedicated [art
1212
| | [face-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0200) |
1313
| Model Format | OpenVINO™ toolkit Intermediate Representation |
1414
| | (\*.xml + \*.bin), ONNX (\*.onnx) |
15-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
15+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1616
| Other language realization | [Python](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/sync-benchmark.html) |
1717

1818
The following C++ API is used in the application:

samples/cpp/benchmark/throughput_benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more detailed information on how this sample works, check the dedicated [art
1414
| | [face-detection-](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0200) |
1515
| Model Format | OpenVINO™ toolkit Intermediate Representation |
1616
| | (\*.xml + \*.bin), ONNX (\*.onnx) |
17-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
17+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1818
| Other language realization | [Python](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/throughput-benchmark.html) |
1919

2020
The following C++ API is used in the application:

samples/cpp/classification_sample_async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more detailed information on how this sample works, check the dedicated [art
1313
| Options | Values |
1414
| ---------------------------| -------------------------------------------------------------------------------------------------------------------------------------|
1515
| Model Format | OpenVINO™ toolkit Intermediate Representation (\*.xml + \*.bin), ONNX (\*.onnx) |
16-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
16+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1717
| Other language realization | [Python](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/image-classification-async.html) |
1818

1919
The following C++ API is used in the application:

samples/cpp/hello_classification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more detailed information on how this sample works, check the dedicated [art
1111
| Options | Values |
1212
| ----------------------------| ------------------------------------------------------------------------------------------------------------------------------|
1313
| Model Format | OpenVINO™ toolkit Intermediate Representation (\*.xml + \*.bin), ONNX (\*.onnx) |
14-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
14+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1515
| Other language realization | [Python, C](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-classification.html), |
1616

1717
The following C++ API is used in the application:

samples/cpp/hello_nv12_input_classification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more detailed information on how this sample works, check the dedicated [art
1010
| ----------------------------| --------------------------------------------------------------------------------------------------------------------------------|
1111
| Model Format | OpenVINO™ toolkit Intermediate Representation (\*.xml + \*.bin), ONNX (\*.onnx) |
1212
| Validated images | An uncompressed image in the NV12 color format - \*.yuv |
13-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
13+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1414
| Other language realization | [C](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-nv12-input-classification.html) |
1515

1616

samples/cpp/hello_query_device/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more detailed information on how this sample works, check the dedicated [art
88

99
| Options | Values |
1010
| ------------------------------| ----------------------------------------------------------------------------------------------------------------------------|
11-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
11+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1212
| Other language realization | [Python](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-query-device.html) |
1313

1414
The following C++ API is used in the application:

samples/cpp/hello_reshape_ssd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more detailed information on how this sample works, check the dedicated [art
1111
| ----------------------------| -----------------------------------------------------------------------------------------------------------------------------------------|
1212
| Validated Models | [person-detection-retail-0013](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-retail-0013) |
1313
| Model Format | OpenVINO™ toolkit Intermediate Representation (\*.xml + \*.bin), ONNX (\*.onnx) |
14-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
14+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1515
| Other language realization | [Python](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-reshape-ssd.html) |
1616

1717
The following C++ API is used in the application:

samples/cpp/model_creation_sample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more detailed information on how this sample works, check the dedicated [art
1313
| Validated Models | LeNet |
1414
| Model Format | model weights file (\*.bin) |
1515
| Validated images | single-channel ``MNIST ubyte`` images |
16-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
16+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1717
| Other language realization | [Python](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/model-creation.html) |
1818

1919
The following C++ API is used in the application:

samples/python/benchmark/sync_benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more detailed information on how this sample works, check the dedicated [art
1212
| | [face-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0200) |
1313
| Model Format | OpenVINO™ toolkit Intermediate Representation |
1414
| | (\*.xml + \*.bin), ONNX (\*.onnx) |
15-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
15+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1616
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/sync-benchmark.html) |
1717

1818
The following Python API is used in the application:

samples/python/benchmark/throughput_benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more detailed information on how this sample works, check the dedicated [art
1414
| | [face-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0200) |
1515
| Model Format | OpenVINO™ toolkit Intermediate Representation |
1616
| | (\*.xml + \*.bin), ONNX (\*.onnx) |
17-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
17+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1818
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/sync-benchmark.html) |
1919

2020
The following Python API is used in the application:

samples/python/classification_sample_async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more detailed information on how this sample works, check the dedicated [art
1111
| Options | Values |
1212
| ---------------------------| -----------------------------------------------------------------------------------------------------------------|
1313
| Model Format | OpenVINO™ toolkit Intermediate Representation (.xml + .bin), ONNX (.onnx) |
14-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
14+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1515
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/image-classification-async.html) |
1616

1717
The following Python API is used in the application:

samples/python/hello_classification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more detailed information on how this sample works, check the dedicated [art
1111
| Options | Values |
1212
| ----------------------------| ----------------------------------------------------------------------------------------------------------------------|
1313
| Model Format | OpenVINO™ toolkit Intermediate Representation (.xml + .bin), ONNX (.onnx) |
14-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
14+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1515
| Other language realization | [C++, C](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-classification.html), |
1616

1717
The following Python API is used in the application:

samples/python/hello_query_device/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more detailed information on how this sample works, check the dedicated [art
88

99
| Options | Values |
1010
| ----------------------------| --------------------------------------------------------------------------------------------------------|
11-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
11+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1212
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-query-device.html) |
1313

1414
The following Python API is used in the application:

samples/python/hello_reshape_ssd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Models with only 1 input and output are supported.
1010
| ----------------------------| ---------------------------------------------------------------------------------------------------------|
1111
| Validated Layout | NCHW |
1212
| Model Format | OpenVINO™ toolkit Intermediate Representation (.xml + .bin), ONNX (.onnx) |
13-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
13+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1414
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/hello-reshape-ssd.html) |
1515

1616
The following Python API is used in the application:

samples/python/model_creation_sample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more detailed information on how this sample works, check the dedicated [art
1010
| ----------------------------| ------------------------------------------------------------------------------------------------------------|
1111
| Validated Models | LeNet |
1212
| Model Format | Model weights file (\*.bin) |
13-
| Supported devices | [All](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) |
13+
| Supported devices | [All](https://docs.openvino.ai/2025/documentation/compatibility-and-support/supported-devices.html) |
1414
| Other language realization | [C++](https://docs.openvino.ai/2025/get-started/learn-openvino/openvino-samples/model-creation.html) |
1515

1616
The following OpenVINO Python API is used in the application:

0 commit comments

Comments
 (0)