From 3f7989a81794188dd88afc7e618b38a8f93c11cd Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Tue, 7 Nov 2023 14:37:24 +0100 Subject: [PATCH] [DOCS] Fixing link in Get Started article (#20881) * Updating Get Started section Addressing JIRA ticket: 124289 * Update get_started.md --- 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: