| Index: lib/src/project.dart
|
| diff --git a/lib/src/project.dart b/lib/src/project.dart
|
| index 748ffffd2b72d330ff8381883ec46d84eaab7887..ed9280cab5c42b5312df340ddd641bf70a9fad85 100644
|
| --- a/lib/src/project.dart
|
| +++ b/lib/src/project.dart
|
| @@ -28,7 +28,7 @@ Pubspec _findAndParsePubspec(Directory root) {
|
| /// A semantic representation of a Dart project.
|
| ///
|
| /// Projects provide a semantic model of a Dart project based on the
|
| -/// [pub package layout conventions] (https://www.dartlang.org/tools/pub/package-layout.html).
|
| +/// [pub package layout conventions](https://www.dartlang.org/tools/pub/package-layout.html).
|
| /// This model allows clients to traverse project contents in a convenient and
|
| /// standardized way, access global information (such as whether elements are
|
| /// in the "public API") and resources that have special meanings in the
|
|
|