From 109b5e656c26c152e28c76a60199c9a775aa04dc Mon Sep 17 00:00:00 2001 From: brucedawson Date: Fri, 1 Apr 2016 00:36:47 -0700 Subject: [PATCH] Give a more specific URL for creating WebRTC checkout It's difficult to find the instructions to create a WebRTC checkout from http://www.webrtc.org. This points at a more specific page, and uses https because moartls. NOTRY=True TBR=mflodman@webrtc.org Review URL: https://codereview.webrtc.org/1852573002 Cr-Commit-Position: refs/heads/master@{#12191} --- webrtc/codereview.settings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webrtc/codereview.settings b/webrtc/codereview.settings index c441cc61bc..37cff9749d 100644 --- a/webrtc/codereview.settings +++ b/webrtc/codereview.settings @@ -2,4 +2,5 @@ Creating CLs from this location is not supported! Please make sure the current working directory is the parent directory of this directory. If you're working with a Chromium checkout, you'll have to create a full WebRTC -checkout and upload a CL from that. See http://www.webrtc.org for instructions. +checkout and upload a CL from that. See +https://webrtc.org/native-code/development/ for instructions.