From ec8735d5e92cab9657f6ceeb79b2f930bd5f945e Mon Sep 17 00:00:00 2001 From: Nico Galoppo Date: Mon, 19 Sep 2022 22:06:22 -0700 Subject: [PATCH] Fix links to upper-level documentation (#13112) --- src/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/README.md b/src/README.md index ab584aeedf9..4c75fdd9dea 100644 --- a/src/README.md +++ b/src/README.md @@ -37,8 +37,8 @@ flowchart LR * [core](./core/README.md) is responsible for model representation, contains a set of supported OpenVINO operations and base API for model modification. * [inference](./inference) provides the API for model inference on different accelerators. * Transformations: - * [common transformations](../../src/common/transformations) - a set of common transformations which are used for model optimization - * [low precision transformations](../../src/common/low_precision_transformations) - a set of transformations which are needed to optimize quantized models + * [common transformations](../src/common/transformations) - a set of common transformations which are used for model optimization + * [low precision transformations](../src/common/low_precision_transformations) - a set of transformations which are needed to optimize quantized models * **frontend_common** provides frontend common API which allows to support frontends for different frameworks. ## OpenVINO Frontends @@ -68,5 +68,5 @@ OpenVINO provides bindings for several languages: * [Performance](#todo) ## See also - * [OpenVINO™ README](../../README.md) - * [Developer documentation](../../docs/dev/index.md) + * [OpenVINO™ README](../README.md) + * [Developer documentation](../docs/dev/index.md)