Skip to content

Commit

Permalink
Fix doc paths (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery authored Nov 22, 2023
1 parent 5708450 commit 0d80872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!

0 comments on commit 0d80872

Please sign in to comment.