We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c7ee01 + 202646d commit c3131d3Copy full SHA for c3131d3
docs/source/tutorials/hello_world.rst
@@ -104,7 +104,7 @@ Let's start off with an empty :class:`Pipeline` object
104
pipeline = depthai.Pipeline()
105
106
Now, first node we will add is a :class:`ColorCamera`. We will use the :code:`preview` output, resized to 300x300 to fit the
107
-`mobilenet-ssd input size <https://docs.openvinotoolkit.org/latest/omz_models_public_mobilenet_ssd_mobilenet_ssd.html>`__ (which we will define later)
+`mobilenet-ssd input size <https://docs.openvino.ai/2021.4/omz_models_model_mobilenet_ssd.html>`__ (which we will define later)
108
109
.. code-block:: python
110
0 commit comments