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.
1 parent 1a4a2fe commit b04751aCopy full SHA for b04751a
docs/programming/index.md
@@ -2,7 +2,7 @@
2
3
Programming your robot is done in [Python](https://www.python.org/),
4
specifically version 3.9.6. You can learn more about Python from their
5
-[docs](https://docs.python.org/3/), and our whirlwind tour.
+[docs](https://docs.python.org/3/), and our [whirlwind tour](../tutorials/python-whirlwind-tour.md).
6
7
Each board has an API which allows its various functionality to be controlled.
8
0 commit comments