Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: sdk/api_readme.md

Issue 1299873003: fix links in readme (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/api_readme.md
diff --git a/sdk/api_readme.md b/sdk/api_readme.md
index 250c823dba8f37e133e13cd547e4db23d09f50ae..c7239902b14c3e8438b7265e11da0517f523728c 100644
--- a/sdk/api_readme.md
+++ b/sdk/api_readme.md
@@ -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`:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698