Skip to content

Commit

Permalink
Fix broken link to src/theme/widgets.rs (#294)
Browse files Browse the repository at this point in the history
Thanks to `krunchington` for reporting this issue on Discord :)
  • Loading branch information
benfrankel committed Sep 4, 2024
1 parent 66931a7 commit 37bfeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ but feel free to leave out a plugin if your file does not need to do anything wi

### Pattern

Spawn your UI elements by extending the [`Widgets` trait](../src/ui/widgets.rs):
Spawn your UI elements by extending the [`Widgets` trait](../src/theme/widgets.rs):

```rust
pub trait Widgets {
Expand Down

0 comments on commit 37bfeb8

Please sign in to comment.