diff options
author | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-14 21:37:02 +0000 |
---|---|---|
committer | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-14 21:37:02 +0000 |
commit | a83470bb96883b4730c1be4900684b168d749fa5 (patch) | |
tree | 9636afc5d3a217e73e889ee959edef9b40fae2a6 /native_client_sdk/src/doc/faq.rst | |
parent | 483534a09274d79af180fe363d9f56f9062fe397 (diff) | |
download | chromium_src-a83470bb96883b4730c1be4900684b168d749fa5.zip chromium_src-a83470bb96883b4730c1be4900684b168d749fa5.tar.gz chromium_src-a83470bb96883b4730c1be4900684b168d749fa5.tar.bz2 |
Fix some dead links in the documentation
BUG=None
R=jvoung@chromium.org
Review URL: https://codereview.chromium.org/27244002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/doc/faq.rst')
-rw-r--r-- | native_client_sdk/src/doc/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst index 359ecc1..44760dd 100644 --- a/native_client_sdk/src/doc/faq.rst +++ b/native_client_sdk/src/doc/faq.rst @@ -185,7 +185,7 @@ to consider Native Client for standardization. We consistenly try to document our design and implementation and hope to standardize Portable Native Client when it gains more traction. A good example is our `PNaCl bitcode reference manual -<https://www.chromium.org/nativeclient/pnacl/bitcode-abi>`_. +<http://www.chromium.org/nativeclient/pnacl/bitcode-abi>`_. .. TODO Update the above bitcode-abi link to a :doc: once 3693 is fixed. @@ -256,7 +256,7 @@ Is NPAPI part of the Native Client SDK? NPAPI is not supported by the Native Client SDK, and is `deprecated in Chrome -<https://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html>`_. +<http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html>`_. Does Native Client support SIMD vector instructions? ---------------------------------------------------- |