From 0d80872fe889ddf07c15096139a0091d805a4bef Mon Sep 17 00:00:00 2001 From: Sean Pollock Date: Wed, 22 Nov 2023 10:30:02 -0600 Subject: [PATCH] Fix doc paths (#12) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e704d56..a3132ad 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ ___ Easily integrate CSI Cameras into your Viam projects using this camera module. For detailed user documentation, visit [Add a CSI Camera as a Modular Resource](https://docs.viam.com/extend/modular-resources/examples/csi/). ### Supported Modules -- **Nvidia Jetson**: Use the `csi-cam` module. [More Info](./doc/JETSON.md) -- **Raspberry Pi**: Use the `csi-cam-pi` module. [More Info](./doc/PI.md) +- **Nvidia Jetson**: Use the `csi-cam` module. [More Info](./docs/JETSON.md) +- **Raspberry Pi**: Use the `csi-cam-pi` module. [More Info](./docs/PI.md) ### Configuration @@ -45,4 +45,4 @@ ___ ## Development -Interested in contributing? Check out [DEVELOP.md](./doc/DEVELOP.md) for guidelines on how to build and run the module `locally` or using `docker`. We welcome Pull Requests and Issues! +Interested in contributing? Check out [DEVELOP.md](./docs/DEVELOP.md) for guidelines on how to build and run the module `locally` or using `docker`. We welcome Pull Requests and Issues!