docs: fix broken documentation links (#3278)

This commit is contained in:
Gezi-lzq
2026-04-15 20:56:59 +08:00
committed by GitHub
parent 4e6a1d5dce
commit 10879d99b8
19 changed files with 33 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ pub struct ConnectionOptions {
pub read_consistency_interval: Option<f64>,
/// (For LanceDB OSS only): configuration for object storage.
///
/// The available options are described at https://lancedb.com/docs/storage/
/// The available options are described at https://docs.lancedb.com/storage/
pub storage_options: Option<HashMap<String, String>>,
/// (For LanceDB OSS only): the session to use for this connection. Holds
/// shared caches and other session-specific state.