+2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
+
+ Address one more review comment.
+
+ * building/checkout.html:
+
2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
Recommend the use of https and mention git on building/checkout.html
<p>To work with the WebKit source tree using a Git client, install a Git client with Subversion support and run the following command on your terminal:</p>
<p class="code">git clone git://git.webkit.org/WebKit.git WebKit</p>
-<p>If you want to be able to commit changes to the Subversion repository, or just want to check out branches that aren't contained in WebKit.git, you will need track the Subversion repository. For information about this, and other aspects of using Git with WebKit, read <a href="http://trac.webkit.org/wiki/UsingGitWithWebKit">the wiki page</a>.</p>
+<p>If you want to be able to commit changes to the Subversion repository, or just want to check out branches that aren't contained in WebKit.git, you will need track the Subversion repository. For information about this, and other aspects of using Git with WebKit, read <a href="https://trac.webkit.org/wiki/UsingGitWithWebKit">the wiki page</a>.</p>
<h2>Keeping up to Date</h2>
<p>At any time, you can rerun the <code>update-webkit</code> script to update