Update pubspec link and minor tweaks to the README
diff --git a/README.md b/README.md
index e89f036..60914c4 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,8 @@
     `live_code_size_analysis` can correlate that with the `.info.json`, so you
     determine why code that is not used is being included in your app.
 
+Next we describe in detail how to use each of these tools.
+
 ### Code deps tool
 
 This command-line tool can be used to query for code dependencies. Currently
@@ -248,10 +250,12 @@
 pub global run dart2js_info:live_code_size_analysis main.dart.info.json main.dart.coverage.json
 ```
 
-## Features and bugs
+## Code location, features and bugs
 
-Please file feature requests and bugs at the [issue tracker][tracker].
+This package is developed in [github][repo].  Please file feature requests and
+bugs at the [issue tracker][tracker].
 
+[repo]: https://github.com/dart-lang/dart2js_info/
 [tracker]: https://github.com/dart-lang/dart2js_info/issues
 [code_deps]: https://github.com/dart-lang/dart2js_info/blob/master/bin/code_deps.dart
 [lib_split]: https://github.com/dart-lang/dart2js_info/blob/master/bin/library_size_split.dart
diff --git a/pubspec.yaml b/pubspec.yaml
index 83e6074..60714ec 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@
   Libraries and tools to process data produced when running dart2js with
   --dump-info.
 author: Dart Team <misc@dartlang.org>
-homepage: https://github.com/dart-lang/dart2js_info
+homepage: http://dart-lang.github.io/dart2js_info/doc/api/
 
 dependencies:
   path: ^1.3.6