summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated
diff options
context:
space:
mode:
authorWill Harris <wfh@chromium.org>2015-09-09 13:38:03 -0700
committerWill Harris <wfh@chromium.org>2015-09-09 20:39:49 +0000
commitafc3598691aafb66f7975c9f522617797294d37e (patch)
tree41c282022dc2dbce9a7b0d4c4d93e9e9f593e449 /native_client_sdk/doc_generated
parent449784538fb8972581947862594882bb1afa6ff0 (diff)
downloadchromium_src-afc3598691aafb66f7975c9f522617797294d37e.zip
chromium_src-afc3598691aafb66f7975c9f522617797294d37e.tar.gz
chromium_src-afc3598691aafb66f7975c9f522617797294d37e.tar.bz2
Change http download links to https.
BUG=None R=jfb@chromium.org Review URL: https://codereview.chromium.org/1326303003 . Cr-Commit-Position: refs/heads/master@{#347996}
Diffstat (limited to 'native_client_sdk/doc_generated')
-rw-r--r--native_client_sdk/doc_generated/sdk/download.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/native_client_sdk/doc_generated/sdk/download.html b/native_client_sdk/doc_generated/sdk/download.html
index acb1b32..e2380da2 100644
--- a/native_client_sdk/doc_generated/sdk/download.html
+++ b/native_client_sdk/doc_generated/sdk/download.html
@@ -5,7 +5,7 @@
<p>This page provides an overview of the Native Client SDK, and instructions for
downloading and installing the SDK.</p>
<div id="home">
-<a class="button-nacl button-download" href="http://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a>
+<a class="button-nacl button-download" href="https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a>
</div><h2 id="overview"><span id="sdk-overview"></span>Overview</h2>
<p>The Native Client SDK includes:</p>
<ul class="small-gap">
@@ -29,10 +29,10 @@ not yet supported.</p>
<ul class="small-gap">
<li>On Mac and Linux, Python is likely preinstalled. Run the command <code>python -V</code>
in a terminal window, and make sure that the version you have is 2.7.x.</li>
-<li>On Windows, you may need to install Python. Go to <a class="reference external" href="http://www.python.org/download/">http://www.python.org/
+<li>On Windows, you may need to install Python. Go to <a class="reference external" href="https://www.python.org/download/">https://www.python.org/
download/</a> and select the latest 2.x
version. In addition, be sure to add the Python directory (for example,
-<code>C:\python27</code>) to the <code>PATH</code> <a class="reference external" href="http://en.wikipedia.org/wiki/Environment_variable">environment variable</a>. Run <code>python -V</code> from a command line to
+<code>C:\python27</code>) to the <code>PATH</code> <a class="reference external" href="https://en.wikipedia.org/wiki/Environment_variable">environment variable</a>. Run <code>python -V</code> from a command line to
verify that you properly configured the PATH variable.</li>
</ul>
<h3 id="make"><span id="id2"></span>Make</h3>
@@ -41,9 +41,7 @@ verify that you properly configured the PATH variable.</li>
and run the examples in the SDK. One easy way to get <code>make</code>, along with
several other useful tools, is to install <a class="reference external" href="https://developer.apple.com/technologies/tools/">Xcode Developer Tools</a>. After installing Xcode,
go to the XCode menu, open the Preferences dialog box then select Downloads
-and Components. Verify that Command Line Tools are installed. If you&#8217;d rather
-not install Xcode, you can download and build an <a class="reference external" href="http://mac.softpedia.com/dyn-postdownload.php?p=44632&amp;t=4&amp;i=1">open source version</a> of <code>make</code>.
-To build the program you may also need to download and install <a class="reference external" href="https://github.com/kennethreitz/osx-gcc-installer">gcc</a>.</li>
+and Components. Verify that Command Line Tools are installed.</li>
<li>On Windows, the Native Client SDK includes a copy of GNU Make.</li>
</ul>
<h2 id="platforms"><span id="id3"></span>Platforms</h2>
@@ -62,7 +60,7 @@ advantage of new features: <a class="reference external" href="/native-client/pe
<h2 id="installing-the-sdk"><span id="id4"></span>Installing the SDK</h2>
<h3 id="downloading-and-unzipping"><span id="id5"></span>Downloading and Unzipping</h3>
<ol class="arabic">
-<li><p class="first">Download the <a class="reference external" href="http://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">SDK update zip file</a>.</p>
+<li><p class="first">Download the <a class="reference external" href="https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">SDK update zip file</a>.</p>
</li>
<li><p class="first">Unzip the file:</p>
<ul class="small-gap">