Chromium Code Reviews| Index: pkg/docgen/lib/src/generator.dart |
| diff --git a/pkg/docgen/lib/src/generator.dart b/pkg/docgen/lib/src/generator.dart |
| index 42c2e3bf19025f68be3e3cdcd81cb550bde6ca1c..7a4374c2a11afe1e3133f4fa1be2fbec84c162c6 100644 |
| --- a/pkg/docgen/lib/src/generator.dart |
| +++ b/pkg/docgen/lib/src/generator.dart |
| @@ -429,12 +429,12 @@ 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): |
| +* [dart:core](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:core): |
|
Emily Fortuna
2014/07/18 19:44:53
are you sure you want to hard-code to the stable l
|
| Core functionality such as strings, numbers, collections, errors, |
| dates, and URIs. |
| -* [dart:html](#dart:html): |
| +* [dart:html](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:html): |
| DOM manipulation for web apps. |
| -* [dart:io](#dart:io): |
| +* [dart:io](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:io): |
| I/O for command-line apps. |
| Except for dart:core, you must import a library before you can use it. |