NVIDIA-AI-IOT / jetbot

An educational AI robot based on NVIDIA Jetson Nano.
MIT License
3k stars 1.03k forks source link

Fix links to the examples in Wiki #75

Closed madaan closed 5 years ago

madaan commented 5 years ago

Links to the example notebooks (like basic_motion.ipynb) are wrong in the examples page in the wiki.

Seems like the links are missing the name of the repo ("jetbot"), causing the 404. For example:

https://github.com/NVIDIA-AI-IOT/blob/master/notebooks/basic_motion/basic_motion.ipynb

Should be:

https://github.com/NVIDIA-AI-IOT/jetbot/blob/master/notebooks/basic_motion/basic_motion.ipynb

jaybdub commented 5 years ago

Thanks for pointing this out! Just applied this fix.

Best, John

madaan commented 5 years ago

Cool! While you're at it, you may want to add links to the data_collection and the live_demo notebooks (the links are currently missing).