Skip to content

Commit 5036f40

Browse files
committed
Merge pull request #140 from tcr3dr/patch-1
Fixes "examples" links in README.
2 parents eda039f + e8190ba commit 5036f40

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ For documentation on how to use this API please see:
1818
* The [python autodocs](http://python.dronekit.io/automodule.html)
1919
* The [python code](droneapi/lib/__init__.py) itself
2020
* Answers to [technical support queries](http://stackoverflow.com/questions/tagged/dronekit-python) on Stack Overflow.
21-
* Example code can be found here: ['example/'](example/)
22-
* Beginner ['hello world'](example/small_demo/small_demo.py)
23-
* Beginner ['simple_goto'](example/simple_goto/simple_goto.py)
24-
* Beginner ['flight_replay'](example/flight_replay/flight_replay.py)
25-
* Beginner ['gcs'](example/gcs/microgcs.py)
26-
* Beginner ['sketch'](example/sketch/client_sketch.py)
27-
* Advanced ['drone_delivery'](example/drone_delivery/)
28-
* Advanced ['follow-me'](example/follow_me/)
21+
* Example code can be found here: ['example/'](examples/)
22+
* Beginner ['hello world'](examples/small_demo/small_demo.py)
23+
* Beginner ['simple_goto'](examples/simple_goto/simple_goto.py)
24+
* Beginner ['flight_replay'](examples/flight_replay/flight_replay.py)
25+
* Beginner ['gcs'](examples/gcs/microgcs.py)
26+
* Beginner ['sketch'](examples/sketch/client_sketch.py)
27+
* Advanced ['drone_delivery'](examples/drone_delivery/)
28+
* Advanced ['follow-me'](examples/follow_me/)
2929

3030
[Stack Overflow](http://stackoverflow.com/questions/tagged/dronekit-python) is the best place to ask for *technical support* on how to use the API.
3131

0 commit comments

Comments
 (0)