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:
#232
  • Loading branch information
badhrink authored and fosskers committed Sep 21, 2021
1 parent 4a5d780 commit 2050175
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 2050175

Please # to comment.