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

Unified Diff: docs/git_cookbook.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years 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 | « docs/common_build_tasks.md ('k') | docs/gtk_vs_views_gtk.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/git_cookbook.md
diff --git a/docs/git_cookbook.md b/docs/git_cookbook.md
index 82d1433e118d3ddf545f6975628974577c07cd3d..de56f7ebc6b2c9210ae6451e7bb9fd07b4677799 100644
--- a/docs/git_cookbook.md
+++ b/docs/git_cookbook.md
@@ -241,7 +241,7 @@ Date: Mon Jul 19 19:09:41 2010 +0000
BUG=38992
- Review URL: http://codereview.chromium.org/3036004
+ Review URL: https://codereview.chromium.org/3036004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52935 0039d316-1c4b-4281-b951-d872f2087c98
```
@@ -268,7 +268,7 @@ from that one then adjust it to point it at the real upstream one.
1. Clone a nearby copy of the code you want: `git clone coworker-machine:/path/to/repo`
1. Change the URL your copy fetches from to point at the real git repo:
- `git set-url origin http://src.chromium.org/git/chromium.git`
+ `git set-url origin https://src.chromium.org/git/chromium.git`
1. Update your copy: `git fetch`
1. Delete any extra branches that you picked up in the initial clone:
`git prune origin`
« no previous file with comments | « docs/common_build_tasks.md ('k') | docs/gtk_vs_views_gtk.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698