Skip to content

Commit

Permalink
Add missing link to EditView doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Sep 3, 2016
1 parent 53402a0 commit ce6975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/tutorial_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ the item currently selected, nothing too surprising.
We have to find the `SelectView` twice, otherwise we're still borrowing `s`
when we try to add a new layer - one of the quirks of the borrow checker.

[`EditView`]: http://gyscos.github.io/Cursive/cursive/views/struct.EditView.html
[`IdView`]: http://gyscos.github.io/Cursive/cursive/views/struct.IdView.html
[`IdView::new`]: http://gyscos.github.io/Cursive/cursive/prelude/struct.IdView.html#method.new
[`Identifiable`]: http://gyscos.github.io/Cursive/cursive/view/trait.Identifiable.html
Expand Down

0 comments on commit ce6975a

Please sign in to comment.