From 458125e15859ac568a207c72d309f2cd0973fa29 Mon Sep 17 00:00:00 2001 From: Maciej Smyk Date: Wed, 26 Jul 2023 12:25:52 +0200 Subject: [PATCH] [DOCS] Link fix for Get Started for master (#18798) * Update get_started.md * Update get_started.md --- docs/get_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get_started.md b/docs/get_started.md index 5e668ad30762b0..ed93772cc90153 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -70,7 +70,7 @@ Start with :doc:`interactive Python tutorials ` that show the basics * `Hello Image Classification `__ - Load an image classification model in OpenVINO and use it to apply a label to an image * `OpenVINO Runtime API Tutorial `__ - Learn the basic Python API for working with models in OpenVINO -* `Convert TensorFlow Models to OpenVINO `__ +* `Convert TensorFlow Models to OpenVINO `__ * `Convert PyTorch Models to OpenVINO `__ .. _code-samples: @@ -102,7 +102,7 @@ Use OpenVINO’s model compression tools to reduce your model’s latency and me * Tutorial - `OpenVINO Post-Training Model Quantization `__ * Tutorial - `Quantization-Aware Training in TensorFlow with OpenVINO NNCF `__ * Tutorial - `Quantization-Aware Training in PyTorch with NNCF `__ -* `Model Optimization Guide `__ +* :doc:`Model Optimization Guide ` Automated Device Configuration ------------------------------