Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 6cbfcbb

Browse files
authored
Fix link to deferred loading docs
Fixes #114
1 parent 4cd9ebf commit 6cbfcbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deferred_loading_samples/lazyloader/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ The breakfast.dart, lunch.dart, and dinner.dart libraries (in /lib)
44
are loaded lazily, when the user clicks the **Breakfast menu**,
55
**Lunch menu**, or **Dinner menu** buttons in the browser, respectively.
66

7-
For more information, see
8-
[Dart Deferred Loading](/docs/spec/deferred-loading.html).
9-
7+
For more information, see the language tour's
8+
[deferred loading section](https://www.dartlang.org/guides/language/language-tour#lazily-loading-a-library).

0 commit comments

Comments
 (0)