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 | |
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')
-rw-r--r-- | native_client_sdk/src/doc/faq.rst | 4 | ||||
-rw-r--r-- | native_client_sdk/src/doc/publications-and-presentations.rst | 9 | ||||
-rw-r--r-- | native_client_sdk/src/doc/sdk/release-notes.rst | 2 |
3 files changed, 7 insertions, 8 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? ---------------------------------------------------- diff --git a/native_client_sdk/src/doc/publications-and-presentations.rst b/native_client_sdk/src/doc/publications-and-presentations.rst index 01dfd67..5d27f0c3 100644 --- a/native_client_sdk/src/doc/publications-and-presentations.rst +++ b/native_client_sdk/src/doc/publications-and-presentations.rst @@ -159,11 +159,10 @@ porting process on their blog. Porting XaoS ^^^^^^^^^^^^ -Google engineers ported `XaoS -<http://wmi.math.u-szeged.hu/xaos/doku.php>`_, an interactive graphical -exploration tool for fractals, to Native Client. Many of the porting -problems they encountered are quite common, and the techniques described -here should help with similar porting efforts. Some of the background +Google engineers ported `XaoS <http://xaos.sourceforge.net/english.php>`_, an +interactive graphical exploration tool for fractals, to Native Client. Many of +the porting problems they encountered are quite common, and the techniques +described here should help with similar porting efforts. Some of the background information might also benefit those who are writing new Native Client applications. diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst index 75e0ee8..9ff317c 100644 --- a/native_client_sdk/src/doc/sdk/release-notes.rst +++ b/native_client_sdk/src/doc/sdk/release-notes.rst @@ -14,7 +14,7 @@ PNaCl in Chrome 30 Dev channel (01 Aug 2013) 30 (currently in the Dev channel). Apps and sites built with PNaCl can run in Chrome 30 without an explicit flag. * See `Introduction to Portable Native Client - <http://www.chromium.org/nativeclient/pnacl/building-and-testing-portable-native-client>`_ + <http://www.chromium.org/nativeclient/pnacl/introduction-to-portable-native-client>`_ for information on developing for PNaCl. More documentation will be available soon. * Please note that the `PNaCl bitcode ABI |