From 210608ca3ae8f3dde6cf66f2e43308bd2c41b3ee Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Tue, 7 Nov 2023 16:35:12 +0100 Subject: [PATCH] Fixing link in Get Started article for 23.2 (#20931) Porting https://github.com/openvinotoolkit/openvino/pull/20881 --- docs/articles_en/get_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles_en/get_started.md b/docs/articles_en/get_started.md index 54a6be18958..9d3bcb1bce8 100644 --- a/docs/articles_en/get_started.md +++ b/docs/articles_en/get_started.md @@ -22,7 +22,7 @@

Welcome to OpenVINO! This guide introduces installation and learning materials for Intel® Distribution of OpenVINO™ toolkit. The guide walks through the following steps:
- Quick Start Example + Quick Start Example Install OpenVINO Learn OpenVINO

@@ -36,7 +36,7 @@ .. image:: https://user-images.githubusercontent.com/15709723/127752390-f6aa371f-31b5-4846-84b9-18dd4f662406.gif :width: 400 -Try out OpenVINO's capabilities with this quick start example that estimates depth in a scene using an OpenVINO monodepth model. `Run the example in a Jupyter Notebook inside your web browser `__ to quickly see how to load a model, prepare an image, inference the image, and display the result. +Try out OpenVINO's capabilities with this `quick start example `__ that estimates depth in a scene using an OpenVINO monodepth model to quickly see how to load a model, prepare an image, inference the image, and display the result. .. _install-openvino-gsg: