From 43ffdca417608baa10542af7a36b149fb945c7c2 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Wed, 22 Apr 2026 22:51:15 +0200 Subject: [PATCH] fix(docs): Use correct link syntax in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3688f..539b300 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ The default features include data validation functionalities and JSON serializat If you do not wish to include validation and JSON functionalities in your build, declare the dependency as follows: `geonetworking = { version = "$version", default-features = false }`. ### API and Examples -See [docs.rs](docs.rs/crate/geonetworking). +See [docs.rs](https://docs.rs/crate/geonetworking).