diff --git a/README.md b/README.md index 90955b7d..11570a57 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The GoCV package provides Go language bindings for the [OpenCV 3](http://opencv. The GoCV package supports the latest releases of Go and OpenCV (v3.4) on Linux, OS X, and Windows. We intend to make the Go language a "first-class" client compatible with the latest developments in the OpenCV ecosystem. -GoCV also supports [Intel OpenVINO](https://software.intel.com/en-us/openvino-toolkit) by using the Photography Vision Library (PVL). Check out the [OpenVINO README](./openvino/pvl/README.md) for more info on how to use GoCV with the Intel OpenVINO toolkit. +GoCV also supports [Intel OpenVINO](https://software.intel.com/en-us/openvino-toolkit). Check out the [OpenVINO README](./openvino/README.md) for more info on how to use GoCV with the Intel OpenVINO toolkit. ## How to use diff --git a/openvino/README.md b/openvino/README.md index 08279536..c33ba7e6 100644 --- a/openvino/README.md +++ b/openvino/README.md @@ -1,6 +1,6 @@ # Using the Intel OpenVINO toolkit -The Intel OpenVINO toolkit is a set of tools and libraries for computer vision applications, that uses computer vision and imaging algorithms developed at Intel. It also includes a complete build of OpenCV. +The [Intel OpenVINO toolkit](https://software.intel.com/en-us/openvino-toolkit) is a set of tools and libraries for computer vision applications, that uses computer vision and imaging algorithms developed at Intel. It also includes a complete build of OpenCV. GoCV support for the Intel OpenVINO Photography Vision Library (PVL) which can be found in the "gocv.io/x/gocv/openvino/pvl" package. Check out the README.md in the `pvl` directory for more information.