Skip to content

Commit

Permalink
Fix Issue#232 link in Readme-Why not Seed section
Browse files Browse the repository at this point in the history
It was redirecting to:
https://github.com/seed-rs/seed#232

but I think what was meant to be is this:
seed-rs#232
  • Loading branch information
badhrink authored Sep 17, 2021
1 parent a60181e commit d15300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d15300e

Please sign in to comment.