Skip to content

Commit

Permalink
docs: fix link to db types
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Mar 29, 2020
1 parent 4dfa50d commit 670265f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sqlx-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
//! To see how each SQL type maps to a Rust type, see the corresponding `types` module for each
//! database:
//!
//! * [PostgreSQL](postgres/types/index.html)
//! * [MySQL](mysql/types/index.html)
//! * [SQLite](sqlite/types/index.html)
//! * [PostgreSQL](../postgres/types/index.html)
//! * [MySQL](../mysql/types/index.html)
//! * [SQLite](../sqlite/types/index.html)
//!
//! Any external types that have had [`Type`] implemented for, are re-exported in this module
//! for convenience as downstream users need to use a compatible version of the external crate
Expand Down

0 comments on commit 670265f

Please sign in to comment.