From afa13006cfa7809a064d69bd9758df3371bcb68c Mon Sep 17 00:00:00 2001 From: Kirk Paradis <77372584+parK-dev@users.noreply.github.com> Date: Sat, 12 Nov 2022 22:45:18 +0900 Subject: [PATCH] Update link to rust on nails (#1524) --- ECOSYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index caceede0..532cdd87 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -58,7 +58,7 @@ If your project isn't listed here and you would like it to be, please feel free ## Tutorials -- [Rust on Nails](https://cloak.software/blog/rust-on-nails/): A full stack architecture for Rust web applications (uses Axum) +- [Rust on Nails](https://rust-on-nails.com/): A full stack architecture for Rust web applications (uses Axum) - [axum-tutorial] ([website][axum-tutorial-website]): Axum web framework tutorial for beginners. - [demo-rust-axum]: Demo of Rust and axum web framework - [Introduction to axum (talk)]: Talk about axum from the Copenhagen Rust Meetup.