diff --git a/README.md b/README.md index 2c0c783..f2c418f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Simple, small, and extremely fast template engine for Rust [![Rust 1.42](https://img.shields.io/badge/rust-1.42+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/rust-sailfish/sailfish/blob/master/LICENSE) -[User Guide](https://sailfish.netlify.app/en/) | [API Docs](https://docs.rs/sailfish) | [Examples](./examples) +[User Guide](https://rust-sailfish.netlify.app/en/) | [API Docs](https://docs.rs/sailfish) | [Examples](./examples) diff --git a/sailfish/src/lib.rs b/sailfish/src/lib.rs index 7ad652c..f29a663 100644 --- a/sailfish/src/lib.rs +++ b/sailfish/src/lib.rs @@ -1,6 +1,6 @@ //! Sailfish is a simple, small, and extremely fast template engine for Rust. //! Before reading this reference, -//! I recommend reading [User guide](https://sailfish.netlify.app/en/). +//! I recommend reading [User guide](https://rust-sailfish.netlify.app/en/). //! //! This crate contains utilities for rendering sailfish template. //! If you want to use sailfish templates, import `sailfish-macros` crate and use