From f371122cf99f475548dfe7eaa0ff4bea24da983d Mon Sep 17 00:00:00 2001 From: karan-1700 <54710063+karan-1700@users.noreply.github.com> Date: Sat, 12 Dec 2020 17:48:20 +0530 Subject: [PATCH] Update index.rst The earlier link to Tensorflow 1.14 Object Detection API tutorial produces 404 error: https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/1.14.2/. This is an incorrect link. The correct link is: https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/tensorflow-1.14/ --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index fdbd398..06f5c3e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -8,7 +8,7 @@ TensorFlow 2 Object Detection API tutorial .. important:: This tutorial is intended for TensorFlow 2.2, which (at the time of writing this tutorial) is the latest stable version of TensorFlow 2.x. - A version for TensorFlow 1.14 can be found `here `_. + A version for TensorFlow 1.14 can be found `here `_. This is a step-by-step tutorial/guide to setting up and using TensorFlow's Object Detection API to perform, namely, object detection in images/video.