From 39bc0cad7eeb9f8f13769ec8b191f0647f4638e4 Mon Sep 17 00:00:00 2001 From: rocksload Date: Sun, 26 Oct 2025 17:08:49 +0800 Subject: [PATCH] chore: add the missing colon in the comment Signed-off-by: rocksload --- coverage_point_calculator/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage_point_calculator/src/lib.rs b/coverage_point_calculator/src/lib.rs index 6736684c0..f47c206f1 100644 --- a/coverage_point_calculator/src/lib.rs +++ b/coverage_point_calculator/src/lib.rs @@ -71,7 +71,7 @@ //! [anti-gaming]: https://github.com/helium/HIP/blob/main/0131-bridging-gap-between-verification-mappers-and-anti-gaming-measures.md //! [carrier-offload]: https://github.com/helium/HIP/blob/main/0134-reward-mobile-carrier-offload-hotspots.md //! [sp-boost-qualifiers]: https://github.com/helium/HIP/blob/main/0140-adjust-service-provider-boost-qualifiers.md -//! [urban-area-adjustment] https://github.com/helium/helium-release-proposals/blob/main/releases/20250409-core-devs.md#1-hip-103-urban-area-multiplier-adjustment +//! [urban-area-adjustment]: https://github.com/helium/helium-release-proposals/blob/main/releases/20250409-core-devs.md#1-hip-103-urban-area-multiplier-adjustment //! pub use crate::{ hexes::{CoveredHex, HexPoints},