From dafe402198b82cad4f508cbdcf7f977d841f09c5 Mon Sep 17 00:00:00 2001 From: Tanuj Ranjith <65127661+tanujranjith@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:17:01 -0500 Subject: [PATCH] URL "https://www.opensourceleg.org" is giving SSL certificate error in index.md The URL "https://www.opensourceleg.org" is giving SSL certificate error. Updating the link from "https://www.opensourceleg.org" to "https://opensourceleg.org" in the Overview section to fix this issue. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6e33e8cb..9d874415 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@

-**opensourceleg**: An open-source SDK for developing and testing algorithms on commonly used robotic hardware. Originally developed for the [Open-Source Leg](https://www.opensourceleg.org/) project, this library provides a comprehensive framework for interfacing with various actuators and sensors in robotic systems. While initially designed for prosthetic leg applications, the `opensourceleg` library's modular architecture makes it versatile for use with any robotic platform utilizing similar components. +**opensourceleg**: An open-source SDK for developing and testing algorithms on commonly used robotic hardware. Originally developed for the [Open-Source Leg](https://opensourceleg.org/) project, this library provides a comprehensive framework for interfacing with various actuators and sensors in robotic systems. While initially designed for prosthetic leg applications, the `opensourceleg` library's modular architecture makes it versatile for use with any robotic platform utilizing similar components. > **Note:** Starting from version `opensourceleg 3.3.0`, only Python 3.11 and above are supported. > If you need compatibility with Python 3.9, please install `opensourceleg 3.2.1`: