Skip to content

Commit bd6e853

Browse files
committed
Merge pull request #560 from dronekit/hgw_fix_slashes_example
Fix windows style slashes in cd path in examples
2 parents 8133adc + ef2a8ac commit bd6e853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/running_examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ To run the examples:
2626
2727
2828
#. 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\\**.
29+
subdirectories of **dronekit-python/examples/**.
3030

3131
For example, to run the :ref:`vehicle_state <example-vehicle-state>` example, you would navigate as shown:
3232

3333
.. code-block:: bash
3434
35-
cd dronekit-python\examples\vehicle_state\
35+
cd dronekit-python/examples/vehicle_state/
3636
3737
3838
#. Start the example as shown:

0 commit comments

Comments
 (0)