Skip to content

Commit c3131d3

Browse files
authored
Merge pull request #631 from luxonis/Erol444-patch-1
Update hello_world.rst
2 parents 0c7ee01 + 202646d commit c3131d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/hello_world.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Let's start off with an empty :class:`Pipeline` object
104104
pipeline = depthai.Pipeline()
105105
106106
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)
107+
`mobilenet-ssd input size <https://docs.openvino.ai/2021.4/omz_models_model_mobilenet_ssd.html>`__ (which we will define later)
108108

109109
.. code-block:: python
110110

0 commit comments

Comments
 (0)