Skip to content

Commit

Permalink
Fixed broken links to some crates (#207)
Browse files Browse the repository at this point in the history
Those links were broken, just adding plurals fixes them all 😊
  • Loading branch information
chapuzzo authored Apr 7, 2022
1 parent 662d8b0 commit 060b4d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/__index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ as [API documentation](https://docs.rs/gloo/).
## Gloo Crates

1. [`console`](https://crates.io/crates/gloo-console)
2. [`dialog`](https://crates.io/crates/gloo-dialog)
3. [`event`](https://crates.io/crates/gloo-event)
2. [`dialogs`](https://crates.io/crates/gloo-dialogs)
3. [`events`](https://crates.io/crates/gloo-events)
4. [`file`](https://crates.io/crates/gloo-file)
5. [`history`](https://crates.io/crates/gloo-history)
6. [`net`](https://crates.io/crates/gloo-net)
7. [`render`](https://crates.io/crates/gloo-render)
8. [`storage`](https://crates.io/crates/gloo-storage)
9. [`timer`](https://crates.io/crates/gloo-timer)
9. [`timers`](https://crates.io/crates/gloo-timers)
10. [`utils`](https://crates.io/crates/gloo-utils)
11. [`worker`](https://crates.io/crates/gloo-worker)

Expand Down

0 comments on commit 060b4d6

Please sign in to comment.