Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc paths in README #12

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!