From 83b477dfb41f42f7a58eb5b4843d004affecc659 Mon Sep 17 00:00:00 2001 From: JessamyT Date: Thu, 23 Jan 2025 12:27:51 -0800 Subject: [PATCH] Fix link hashes --- docs/operate/reference/components/camera/esp32-camera.md | 2 +- docs/operate/reference/components/camera/fake-micro-server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operate/reference/components/camera/esp32-camera.md b/docs/operate/reference/components/camera/esp32-camera.md index d123d98e85..48f8ffa84a 100644 --- a/docs/operate/reference/components/camera/esp32-camera.md +++ b/docs/operate/reference/components/camera/esp32-camera.md @@ -34,7 +34,7 @@ For example, the `OV2640` with a ribbon cable connected to an ESP32: {{< alert title="Software requirements" color="note" >}} To use this model, you must follow the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/), which enables you to install and activate the ESP-IDF. -At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#creating-a-project-or-module) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted. +At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#build-custom-firmware) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted. Finish the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/) and return to this guide. {{< /alert >}} diff --git a/docs/operate/reference/components/camera/fake-micro-server.md b/docs/operate/reference/components/camera/fake-micro-server.md index 9584f317b3..541af20157 100644 --- a/docs/operate/reference/components/camera/fake-micro-server.md +++ b/docs/operate/reference/components/camera/fake-micro-server.md @@ -19,7 +19,7 @@ The camera always returns the same image, which is an image of a circle inside a {{< alert title="Software requirements" color="note" >}} To use this model, you must follow the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/), which enables you to install and activate the ESP-IDF. -At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#creating-a-project-or-module) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted. +At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#build-custom-firmware) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted. Finish the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/) and return to this guide. {{< /alert >}}