Skip to content

Commit

Permalink
Merge pull request #560 from dronekit/hgw_fix_slashes_example
Browse files Browse the repository at this point in the history
Fix windows style slashes in cd path in examples
  • Loading branch information
peterbarker committed Feb 15, 2016
2 parents 8133adc + ef2a8ac commit bd6e853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/running_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ To run the examples:
#. Navigate to the example you wish to run (or specify the full path in the next step). The examples are all stored in
subdirectories of **dronekit-python\\examples\\**.
subdirectories of **dronekit-python/examples/**.

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

.. code-block:: bash
cd dronekit-python\examples\vehicle_state\
cd dronekit-python/examples/vehicle_state/
#. Start the example as shown:
Expand Down

0 comments on commit bd6e853

Please sign in to comment.