Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Fixed link to DateWheel API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jan 19, 2015
1 parent 4444e99 commit 3fb8af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ of renderables using a `GridLayout`, and change that into a `ListLayout`. When u
- [LayoutController](#layoutcontroller) ([API Reference](docs/LayoutController.md))
- ScrollController ([API Reference](docs/ScrollController.md))
- [FlexScrollView](#flex-scrollview) ([API Reference](docs/ScrollController.md) | [Tutorial](tutorials/FlexScrollView.md))
- DateWheel ([API Reference](docs/DateWheel.md))
- DateWheel ([API Reference](docs/widgets/DateWheel.md))

### [Layouts](#standard-layouts)
- [GridLayout](docs/layouts/GridLayout.md)
Expand Down Expand Up @@ -270,7 +270,7 @@ custom layouts. Key features:
|[LayoutController](docs/LayoutController.md)|Lays out renderables and optionally animates between layout states.|
|[ScrollController](docs/ScrollController.md)|Scrollable LayoutController (base class for FlexScrollView).|
|[FlexScrollView](docs/FlexScrollView.md)|Flexible scroll-view with pull-to-refresh, margins & spacing and more good stuff.|
|[DateWheel](docs/DateWheel.md)|Date(picker) wheel.|
|[DateWheel](docs/widgets/DateWheel.md)|Date(picker) wheel.|
|[LayoutContext](docs/LayoutContext.md)|Context used for writing layout-functions.|
|[LayoutUtility](docs/LayoutUtility.md)|Utility class containing helper functions.|
|[VirtualViewSequence](docs/VirtualViewSequence.md)|Infinite view-sequence which uses a factory delegate to create renderables.|
Expand Down

0 comments on commit 3fb8af4

Please sign in to comment.