| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index c3956f46e4cd7af332a593360fa64357555e7a79..3b5784c61e61423c7abdd48e264a02673449f2d7 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -723,7 +723,7 @@ class _Viewer {
|
| }
|
| else {
|
| var processResult = Process.runSync('git', ['clone', '-b', 'master',
|
| - 'git://github.com/dart-lang/dartdoc-viewer.git'],
|
| + 'https://github.com/dart-lang/dartdoc-viewer.git'],
|
| runInShell: true);
|
|
|
| if (processResult.exitCode == 0) {
|
|
|