From d9a5b28f66ea2bf64c6b8649edbd0ab6037d0dd1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 23 Jul 2020 22:04:29 +0200 Subject: Point to relevant book chapter from the filters module docs --- askama_shared/src/filters/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_shared/src') diff --git a/askama_shared/src/filters/mod.rs b/askama_shared/src/filters/mod.rs index 7253e4b..f203348 100644 --- a/askama_shared/src/filters/mod.rs +++ b/askama_shared/src/filters/mod.rs @@ -1,8 +1,8 @@ //! Module for built-in filter functions //! //! Contains all the built-in filter functions for use in templates. -//! You can define your own filters; for more information, -//! see the top-level crate documentation. +//! You can define your own filters, as well. +//! For more information, read the [book](https://djc.github.io/askama/filters.html). #![allow(clippy::trivially_copy_pass_by_ref)] use std::fmt; -- cgit