Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: mc1098 <[email protected]>
  • Loading branch information
ranile and mc1098 authored Jul 18, 2021
1 parent 942bf74 commit 574034d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/boids/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trunk serve --release

## Concepts

The example uses `gloo::timers` implementation of `setInterval` to drive the Yew game loop.
The example uses [`gloo::timers`](https://gloo-rs.web.app/docs/timer) implementation of `setInterval` to drive the Yew game loop.

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion examples/file_upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The contents of the selected file are then rendered to the page either as a whol

## Concepts

Demonstrates reading from files in Yew with the help of `gloo::file`.
Demonstrates reading from files in Yew with the help of [`gloo::file`](https://gloo-rs.web.app/docs/file).

## Improvements

Expand Down

0 comments on commit 574034d

Please sign in to comment.