Skip to content

Commit

Permalink
fix links in readme
Browse files Browse the repository at this point in the history
BUG=
R=sethladd@google.com

Review URL: https://codereview.chromium.org//1299873003 .
  • Loading branch information
keertip committed Aug 20, 2015
1 parent 7e2113b commit f07cec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/api_readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Welcome to the Dart API reference documentation, covering the official Dart API
libraries. Some of the most fundamental Dart libraries include:

* [dart:core](dart-core/index.html): Core functionality such as strings, numbers, collections, errors, dates, and URIs.
* [dart:html](dart-html/index.html): DOM manipulation for web apps.
* [dart:io](dart-io/index.html): I/O for command-line apps.
* [dart:core](dart-core/dart-core-library.html): Core functionality such as strings, numbers, collections, errors, dates, and URIs.
* [dart:html](dart-html/dart-html-library.html): DOM manipulation for web apps.
* [dart:io](dart-io/dart-io-library.html): I/O for command-line apps.

Except for `dart:core`, you must import a library before you can use it. Here's
an example of importing `dart:html` and `dart:math`:
Expand Down

0 comments on commit f07cec0

Please sign in to comment.