summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src')
-rw-r--r--native_client_sdk/src/doc/faq.rst4
-rw-r--r--native_client_sdk/src/doc/publications-and-presentations.rst9
-rw-r--r--native_client_sdk/src/doc/sdk/release-notes.rst2
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