| Index: sdk/lib/io/directory.dart
|
| diff --git a/sdk/lib/io/directory.dart b/sdk/lib/io/directory.dart
|
| index 80057260e2f4f8d9a92e5ff78d190aa4fd3e7c20..2ff3928b4a40bd0686ab6a3eaa841fc979045ef8 100644
|
| --- a/sdk/lib/io/directory.dart
|
| +++ b/sdk/lib/io/directory.dart
|
| @@ -100,16 +100,16 @@ part of dart.io;
|
| * ## Other resources
|
| *
|
| * * [Dart by Example](https://www.dartlang.org/dart-by-example/#files-directories-and-symlinks)
|
| - * provides additional task-oriented code samples that show how to use
|
| - * various API from the Directory class and the related [File] class.
|
| + * provides additional task-oriented code samples that show how to use
|
| + * various API from the Directory class and the related [File] class.
|
| *
|
| - * * [I/O for Command-Line Apps](https://www.dartlang.org/docs/dart-up-and-running/contents/ch03.html#ch03-dartio---file-and-socket-io-for-command-line-apps)
|
| - * a section from _A Tour of the Dart Libraries_
|
| - * covers files and directories.
|
| + * * [I/O for Command-Line
|
| + * Apps](https://www.dartlang.org/docs/dart-up-and-running/ch03.html#dartio---io-for-command-line-apps)
|
| + * a section from _A Tour of the Dart Libraries_ covers files and directories.
|
| *
|
| * * [Write Command-Line Apps](https://www.dartlang.org/docs/tutorials/cmdline/),
|
| - * a tutorial about writing command-line apps, includes information
|
| - * about files and directories.
|
| + * a tutorial about writing command-line apps, includes information about
|
| + * files and directories.
|
| */
|
| abstract class Directory implements FileSystemEntity {
|
| /**
|
|
|