fix: db doc links (#2020)

This commit is contained in:
Dan Cline
2023-03-28 19:22:54 -04:00
committed by GitHub
parent 93056edbc7
commit bb3f9b6d57
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
//!
//! This module defines the tables in reth, as well as some table-related abstractions:
//!
//! - [`codecs`] integrates different codecs into [`Encode`] and [`Decode`]
//! - [`codecs`] integrates different codecs into [`Encode`](crate::abstraction::table::Encode) and
//! [`Decode`](crate::abstraction::table::Decode)
//! - [`models`] defines the values written to tables
//!
//! # Database Tour