From d7eff90d9dea4d0b2585246120d57910017a2bc1 Mon Sep 17 00:00:00 2001 From: Sebastian Buck <38660441+frunika@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:18:04 +0100 Subject: [PATCH] Fix link case sensitivity in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cfcb64..f95bbe50 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ OTCamera is a core module of the [OpenTrafficCam framework](https://github.com/OpenTrafficCam) to record videos over multiple days with a custom camera system based on Raspberry Pi Zero W. In the recorded videos, one can detect and track objects (road users) using [OTVision](https://github.com/OpenTrafficCam/OTVision) or other tools and on the resulting trajectories, one can perform traffic analysis using [OTAnalytics](https://github.com/OpenTrafficCam/OTAnalytics). -Check out the [documentation](https://opentrafficcam.org/otcamera) for detailed instructions on how to assemble and use OTCamera. +Check out the [documentation](https://opentrafficcam.org/OTCamera) for detailed instructions on how to use OTCamera. We appreciate your support in the form of both code and comments. First, please have a look at the [contribute](https://opentrafficcam.org/contribute) section of the OpenTrafficCam documentation.