Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: pkg/docgen/lib/docgen.dart

Issue 187853006: docgen: use https:// over git:// (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698