aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-08-11 13:48:30 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-08-11 13:48:30 +0200
commit064d5baba348fdb7a9bdd8d3d6ab411ed599c42c (patch)
tree207a87ee3eac65193f5e332d7efdc9deef131ec8
parentc9b4e999ee2eac4b95ee4a7560fb10cad98ebb09 (diff)
downloadhittekaart-064d5baba348fdb7a9bdd8d3d6ab411ed599c42c.tar.gz
hittekaart-064d5baba348fdb7a9bdd8d3d6ab411ed599c42c.tar.bz2
hittekaart-064d5baba348fdb7a9bdd8d3d6ab411ed599c42c.zip
fix wrong link
-rw-r--r--hittekaart/src/storage.rs4
1 files 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,