From 20501751e6ddafe9003773fd95448fc0928026cd Mon Sep 17 00:00:00 2001 From: badhrink Date: Fri, 17 Sep 2021 14:53:17 -0500 Subject: [PATCH] Fix Issue#232 link in Readme-Why not Seed section It was redirecting to: https://github.com/seed-rs/seed#232 but I think what was meant to be is this: https://github.com/seed-rs/seed/issues/232 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614c4b48..b67be60f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Seed has a batteries-included approach. This means less time writing boilerplate - It's newer. It's harder to find support outside of Discord. - WebAssembly is newer with less support. [Browser compatibility is at 92.9%](https://caniuse.com/?search=webassembly). - Pre-built components are rare. You will likely have to roll your own components such as date pickers. -- No server-side rendering yet [(#232)](#232). +- No server-side rendering yet [#232](https://github.com/seed-rs/seed/issues/232). - You may prefer other Rust frameworks like [MoonZoon](https://github.com/MoonZoon/MoonZoon) or [Yew](https://github.com/yewstack/yew). ## Getting Started