Skip to content

Commit

Permalink
Merge pull request #631 from luxonis/Erol444-patch-1
Browse files Browse the repository at this point in the history
Update hello_world.rst
  • Loading branch information
Erol444 authored Jul 19, 2022
2 parents 0c7ee01 + 202646d commit c3131d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/hello_world.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Let's start off with an empty :class:`Pipeline` object
pipeline = depthai.Pipeline()
Now, first node we will add is a :class:`ColorCamera`. We will use the :code:`preview` output, resized to 300x300 to fit the
`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)

.. code-block:: python
Expand Down

0 comments on commit c3131d3

Please sign in to comment.