From 1a40dbbc01d41fc2d07b9ece06974437671370e9 Mon Sep 17 00:00:00 2001 From: Vince Pike <25014503+vthg2themax@users.noreply.github.com> Date: Fri, 22 Apr 2022 10:51:59 -0400 Subject: [PATCH] Update Invalid Links --- README.md | 4 ++-- sailfish/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5cf5a1..6cdbbc5 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://rust-sailfish.netlify.app/en/) | [API Docs](https://docs.rs/sailfish) | [Examples](./examples) +[User Guide](https://rust-sailfish.github.io/sailfish/) | [API Docs](https://docs.rs/sailfish) | [Examples](./examples) @@ -84,7 +84,7 @@ Contributions, issues and feature requests are welcome! Since sailfish is an immature library, there are many [planned features](https://github.com/rust-sailfish/sailfish/labels/Type%3A%20RFC) that is on a stage of RFC. Please leave a comment if you have an idea about its design! -Also I welcome any pull requests to improve sailfish! Find issue with [Status: PR Welcome](https://github.com/rust-sailfish/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Status%3A+PR+Welcome%22) label, and [let's create a new pull request](https://github.com/rust-sailfish/sailfish/pulls)! +Also I welcome any pull requests to improve sailfish! Find issues with [Status: PR Welcome](https://github.com/rust-sailfish/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Status%3A+PR+Welcome%22) label, and [let's create a new pull request](https://github.com/rust-sailfish/sailfish/pulls)! ## Show your support diff --git a/sailfish/src/lib.rs b/sailfish/src/lib.rs index f29a663..ec9ea85 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://rust-sailfish.netlify.app/en/). +//! I recommend reading [User guide](https://rust-sailfish.github.io/sailfish/). //! //! This crate contains utilities for rendering sailfish template. //! If you want to use sailfish templates, import `sailfish-macros` crate and use