From 064d5baba348fdb7a9bdd8d3d6ab411ed599c42c Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 11 Aug 2026 13:48:30 +0200 Subject: fix wrong link --- hittekaart/src/storage.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hittekaart/src/storage.rs b/hittekaart/src/storage.rs index 8bc8f6e..d52a900 100644 --- a/hittekaart/src/storage.rs +++ b/hittekaart/src/storage.rs @@ -2,8 +2,8 @@ //! //! The main trait to use here is [`Storage`], which provides the necessary interface to store //! tiles. Usually you want to have a `dyn Storage`, and then instantiate it with a concrete -//! implementation (either [`Folder`] or [`Sqlite`]), depending on the command line flags or -//! similar. +//! implementation (either [`Folder`], [`OsmAnd`] or [`MbTiles`]), depending on the command line +//! flags or similar. use rusqlite::{params, Connection}; use std::{ fs, -- cgit v1.2.3