Fix outdated pub site URLs
diff --git a/README.md b/README.md
index 3e6af18..cfb3164 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,3 @@
-Fixnum
-======
-
 A fixed-width 32- and 64- bit integer library for Dart.
 
 [![Build Status](https://travis-ci.org/dart-lang/fixnum.svg?branch=master)](https://travis-ci.org/dart-lang/fixnum)
@@ -13,5 +10,5 @@
 whether executed on the Dart VM or compiled to JavaScript.
 
 For more information, see the
-[fixnum package](http://pub.dartlang.org/packages/fixnum) on
-[pub.dartlang.org](http://pub.dartlang.org).
+[fixnum package](https://pub.dev/packages/fixnum) on
+[pub.dev](https://pub.dev/).
diff --git a/lib/fixnum.dart b/lib/fixnum.dart
index 6d08ba8..72f9742 100644
--- a/lib/fixnum.dart
+++ b/lib/fixnum.dart
@@ -6,10 +6,6 @@
 ///
 /// The integer implementations in this library are designed to work
 /// identically whether executed on the Dart VM or compiled to JavaScript.
-///
-/// For information on installing and importing this library, see the
-/// [fixnum package on pub.dartlang.org]
-/// (http://pub.dartlang.org/packages/fixnum).
 library fixnum;
 
 part 'src/intx.dart';