Skip to content

Commit 52f8ba9

Browse files
committed
Use the camera sections that currently exist
1 parent bcba4da commit 52f8ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/using_the_simulator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The camera overlay shows the images from the robot's camera.
4545
This only updates when `robot.camera.see()` is called in your code.
4646

4747
This image is the raw image that the robot sees, and is not processed in any way.
48-
To see the processed image, look at the [saving images]({{ site.baseurl }}/programming/vision/#saving-camera-output) section of the camera interface to see how to save annotated images.
48+
To see the processed image, look at saving images in the [camera interface]({{ site.baseurl }}/programming/vision/#camera) to see how to save annotated images.
4949

5050
If the camera overlay is closed and you want to get it back, you can use the [Reopening the Camera Overlay](#reopening-the-camera-overlay) instructions.
5151

0 commit comments

Comments
 (0)