Simplify dart_flutter_team_lints install instructions (#172)

* Simplify dart_flutter_team_lints install instructions

* Update analysis docs links as well
diff --git a/pkgs/dart_flutter_team_lints/README.md b/pkgs/dart_flutter_team_lints/README.md
index dcb9321..d3f584d 100644
--- a/pkgs/dart_flutter_team_lints/README.md
+++ b/pkgs/dart_flutter_team_lints/README.md
@@ -12,15 +12,15 @@
 `package:flutter_lints`.
 
 For documentation about customizing static analysis for your project, see
-https://dart.dev/guides/language/analysis-options.
+https://dart.dev/tools/analysis.
 
 ## Using the Lints
 
-To use the lints, add a dependency in your `pubspec.yaml` file:
+To use the lints, add the package as a dev dependency
+in your `pubspec.yaml` file:
 
-```yaml
-dev_dependencies:
-  dart_flutter_team_lints: ^1.0.0
+```bash
+dart pub add dev:dart_flutter_team_lints
 ```
 
 then, add an `analysis_options.yaml` file to your project:
diff --git a/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml b/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml
index 20d006a..4fca56b 100644
--- a/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml
+++ b/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml
@@ -11,7 +11,7 @@
 # and `package:flutter_lints`.
 #
 # For documentation about customizing static analysis for your project, see
-# https://dart.dev/guides/language/analysis-options.
+# https://dart.dev/tools/analysis.
 
 include: package:lints/recommended.yaml