From ce3bea3c073adeb343e079d4dc409ebbe3c13e45 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 24 Nov 2020 13:12:22 +0300 Subject: [PATCH] Fixed links to build instruction (#3309) --- docs/IE_DG/Introduction.md | 2 +- docs/IE_DG/Samples_Overview.md | 2 +- docs/IE_DG/inference_engine_intro.md | 2 +- docs/doxygen/openvino_docs.xml | 2 +- docs/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/IE_DG/Introduction.md b/docs/IE_DG/Introduction.md index 5daa00c2b33..efab88d5dd9 100644 --- a/docs/IE_DG/Introduction.md +++ b/docs/IE_DG/Introduction.md @@ -116,7 +116,7 @@ For Intel® Distribution of OpenVINO™ toolkit, the Inference Engine package co [sample console applications](Samples_Overview.md) demonstrating how you can use the Inference Engine in your applications. -The open source version is available in the [OpenVINO™ toolkit GitHub repository](https://github.com/openvinotoolkit/openvino) and can be built for supported platforms using the Inference Engine Build Instructions. +The open source version is available in the [OpenVINO™ toolkit GitHub repository](https://github.com/openvinotoolkit/openvino) and can be built for supported platforms using the Inference Engine Build Instructions. ## See Also - [Inference Engine Samples](Samples_Overview.md) - [Intel® Deep Learning Deployment Toolkit Web Page](https://software.intel.com/en-us/computer-vision-sdk) diff --git a/docs/IE_DG/Samples_Overview.md b/docs/IE_DG/Samples_Overview.md index 79c92d85c0c..224b235060e 100644 --- a/docs/IE_DG/Samples_Overview.md +++ b/docs/IE_DG/Samples_Overview.md @@ -53,7 +53,7 @@ The officially supported Linux* build environment is the following: * GCC* 7.5.0 (for Ubuntu* 18.04) or GCC* 4.8.5 (for CentOS* 7.6) * CMake* version 3.10 or higher -> **NOTE**: For building samples from the open-source version of OpenVINO™ toolkit, see the [build instructions on GitHub](https://github.com/openvinotoolkit/openvino/blob/master/build-instruction.md). +> **NOTE**: For building samples from the open-source version of OpenVINO™ toolkit, see the [build instructions on GitHub](https://github.com/openvinotoolkit/openvino/wiki/BuildingCode). To build the C or C++ sample applications for Linux, go to the `/inference_engine/samples/c` or `/inference_engine/samples/cpp` directory, respectively, and run the `build_samples.sh` script: ```sh diff --git a/docs/IE_DG/inference_engine_intro.md b/docs/IE_DG/inference_engine_intro.md index c69166a3411..79d0cd71b1a 100644 --- a/docs/IE_DG/inference_engine_intro.md +++ b/docs/IE_DG/inference_engine_intro.md @@ -7,7 +7,7 @@ Inference Engine is a set of C++ libraries providing a common API to deliver inf For Intel® Distribution of OpenVINO™ toolkit, Inference Engine binaries are delivered within release packages. -The open source version is available in the [OpenVINO™ toolkit GitHub repository](https://github.com/openvinotoolkit/openvino) and can be built for supported platforms using the Inference Engine Build Instructions. +The open source version is available in the [OpenVINO™ toolkit GitHub repository](https://github.com/openvinotoolkit/openvino) and can be built for supported platforms using the Inference Engine Build Instructions. To learn about how to use the Inference Engine API for your application, see the [Integrating Inference Engine in Your Application](Integrate_with_customer_application_new_API.md) documentation. diff --git a/docs/doxygen/openvino_docs.xml b/docs/doxygen/openvino_docs.xml index c80411e1028..3bebf1fea2e 100644 --- a/docs/doxygen/openvino_docs.xml +++ b/docs/doxygen/openvino_docs.xml @@ -29,7 +29,7 @@ - + diff --git a/docs/index.md b/docs/index.md index 0874dd70fd8..17fe2451d3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,4 +99,4 @@ Intel® Distribution of OpenVINO™ toolkit includes the following components: - [OpenCV](https://docs.opencv.org/master/) - OpenCV* community version compiled for Intel® hardware - [Intel® Media SDK](https://software.intel.com/en-us/media-sdk) (in Intel® Distribution of OpenVINO™ toolkit for Linux only) -OpenVINO™ Toolkit opensource version is available on [GitHub](https://github.com/openvinotoolkit/openvino). For building the Inference Engine from the source code, see the build instructions. \ No newline at end of file +OpenVINO™ Toolkit opensource version is available on [GitHub](https://github.com/openvinotoolkit/openvino). For building the Inference Engine from the source code, see the build instructions. \ No newline at end of file