From 0856a9ec610f720599ff74f14d32c519422526ef Mon Sep 17 00:00:00 2001 From: Ori Peleg Date: Tue, 12 Mar 2024 12:31:15 +0200 Subject: [PATCH] Update README.md link to opensslv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9020ce1..df2d7bd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ When using Windows or wanting to avoid the script, `dub` users should depend on the subconfiguration `library-manual-version`, and define the version in their dub file (e.g. `"versions" : [ "DeimosOpenSSL_3_0" ]`). -A list of all available versions can be found in [deimos.openssl.opensslv](source/deimos/openssl/opensslv.d). +A list of all available versions can be found in [deimos.openssl.opensslv](source/deimos/openssl/opensslv.di). Only minor versions are listed, patch versions are binary compatible with one another. We use "minor" and "patch" with the [intended SemVer meaning](https://semver.org/).