From 10493d985c1be2409fa3cfc17597d0d37eeae16d Mon Sep 17 00:00:00 2001 From: John Welsh Date: Thu, 22 Oct 2020 19:34:53 +0000 Subject: [PATCH] make sd card default setup --- docs/getting_started.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 275e8d51..ce0e35b2 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -24,7 +24,7 @@ To get started with the DIY open-source JetBot, follow these steps. 2. Follow the [hardware setup](hardware_setup.md) -3. Follow the [software setup](software_setup/docker.md) +3. Follow the [software setup](software_setup/sd_card.md) ### Option 2 - Third Party JetBot Kit diff --git a/mkdocs.yml b/mkdocs.yml index c25ee9cf..b89a54ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,8 +38,8 @@ nav: - Bill of Materials: bill_of_materials.md - Hardware Setup: hardware_setup.md - Software Setup: - - Using Docker Container: software_setup/docker.md - Using SD Card Image: software_setup/sd_card.md + - Using Docker Container: software_setup/docker.md - Examples: - Basic Motion: examples/basic_motion.md - Teleoperation: examples/teleoperation.md