From 82a107452b3960e68a0d4c6493d0f23d8ed3de15 Mon Sep 17 00:00:00 2001 From: krircc Date: Tue, 9 Oct 2018 00:50:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f80669a..3980f9f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A curated list of examples related to actix. ## from community * [Rust-webapp-starter -](https://github.com/OUISRC/Rust-webapp-starter) : Rust single page webapp written in actix-web with vuejs. +](https://github.com/rustlang-cn/Rust-webapp-starter) : Rust single page webapp written in actix-web with vuejs. * [Rust中文社区](http://ruster.xyz/) : A CN online community written in Actix-web with vuejs [source](https://github.com/rustlang-cn/ruster). * [Roseline](https://github.com/DoumanAsh/roseline.rs) : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts.