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)