Skip to content

Commit 131c62e

Browse files
TaKO8Kiweiznich
authored andcommitted
fix wrong links
1 parent 62be1e3 commit 131c62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel/src/expression_methods/text_expression_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub trait TextExpressionMethods: Expression + Sized {
6868
///
6969
/// This method is case insensitive for SQLite and MySQL.
7070
/// On PostgreSQL, `LIKE` is case sensitive. You may use
71-
/// [`ilike()`](crate)::expression_methods::PgTextExpressionMethods::ilike())
71+
/// [`ilike()`](crate::expression_methods::PgTextExpressionMethods::ilike())
7272
/// for case insensitive comparison on PostgreSQL.
7373
///
7474
/// # Examples

0 commit comments

Comments
 (0)