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 8133adc + ef2a8ac commit bd6e853Copy full SHA for bd6e853
docs/examples/running_examples.rst
@@ -26,13 +26,13 @@ To run the examples:
26
27
28
#. Navigate to the example you wish to run (or specify the full path in the next step). The examples are all stored in
29
- subdirectories of **dronekit-python\\examples\\**.
+ subdirectories of **dronekit-python/examples/**.
30
31
For example, to run the :ref:`vehicle_state <example-vehicle-state>` example, you would navigate as shown:
32
33
.. code-block:: bash
34
35
- cd dronekit-python\examples\vehicle_state\
+ cd dronekit-python/examples/vehicle_state/
36
37
38
#. Start the example as shown:
0 commit comments