DOCS: Updating link to OMZ Demos (#13258)

Changing the version of the docs to which a link directs.

Porting:
https://github.com/openvinotoolkit/openvino/pull/13256
This commit is contained in:
Sebastian Golebiewski 2022-10-17 10:16:02 +02:00 committed by GitHub
parent 550e59070e
commit d17464985a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,11 +356,11 @@ cmake --build .
## Additional Resources
- See the [OpenVINO Samples](Samples_Overview.md) page or the [Open Model Zoo Demos](https://docs.openvino.ai/latest/omz_demos.html) page for specific examples of how OpenVINO pipelines are implemented for applications like image classification, text prediction, and many others.
- See the [OpenVINO Samples](Samples_Overview.md) page or the [Open Model Zoo Demos](https://docs.openvino.ai/nightly/omz_demos.html) page for specific examples of how OpenVINO pipelines are implemented for applications like image classification, text prediction, and many others.
- [OpenVINO™ Runtime Preprocessing](./preprocessing_overview.md)
- [Using Encrypted Models with OpenVINO™](./protecting_model_guide.md)
- [OpenVINO Samples](Samples_Overview.md)
- [Open Model Zoo Demos](https://docs.openvino.ai/latest/omz_demos.html)
- [Open Model Zoo Demos](https://docs.openvino.ai/nightly/omz_demos.html)
[ie_api_flow_cpp]: img/BASIC_IE_API_workflow_Cpp.svg
[ie_api_use_cpp]: img/IMPLEMENT_PIPELINE_with_API_C.svg