summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated
diff options
context:
space:
mode:
authorjmedley <jmedley@chromium.org>2014-09-10 14:29:06 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 21:31:18 +0000
commit3b9f3449861b9bfc196a152a2c74f6e7cdd18ef1 (patch)
treeb2d986ec61926fb80b0b06330de19eb7f0cea3f6 /native_client_sdk/doc_generated
parentdd7edfa679492a6feb3ef2e1630f05da82a1b31f (diff)
downloadchromium_src-3b9f3449861b9bfc196a152a2c74f6e7cdd18ef1.zip
chromium_src-3b9f3449861b9bfc196a152a2c74f6e7cdd18ef1.tar.gz
chromium_src-3b9f3449861b9bfc196a152a2c74f6e7cdd18ef1.tar.bz2
Remove a broken link.
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/546713003 Cr-Commit-Position: refs/heads/master@{#294234}
Diffstat (limited to 'native_client_sdk/doc_generated')
-rw-r--r--native_client_sdk/doc_generated/nacl-and-pnacl.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/native_client_sdk/doc_generated/nacl-and-pnacl.html b/native_client_sdk/doc_generated/nacl-and-pnacl.html
index ec83b1a..333b3fc 100644
--- a/native_client_sdk/doc_generated/nacl-and-pnacl.html
+++ b/native_client_sdk/doc_generated/nacl-and-pnacl.html
@@ -14,12 +14,12 @@
</div><h2 id="native-client-nacl">Native Client (NaCl)</h2>
<p>Native Client enables the execution of native code securely inside web
-applications through the use of advanced <a class="reference external" href="/native-client/community/talks#research">Software Fault Isolation (SFI)
-techniques</a>. Since its launch in
-2011, Native Client has provided developers with the ability to harness a
-client machine&#8217;s computational power to a much fuller extent than traditional
-web technologies, by running compiled C and C++ code at near-native speeds and
-taking advantage of multiple cores with shared memory.</p>
+applications through the use of advanced Software Fault Isolation (SFI)
+techniques. Since its launch in 2011, Native Client has provided developers
+with the ability to harness a client machine&#8217;s computational power to a much
+fuller extent than traditional web technologies, by running compiled C and C++
+code at near-native speeds and taking advantage of multiple cores with shared
+memory.</p>
<p>While Native Client provides operating system independence, it requires
developers to generate architecture-specific executable
(<strong>nexe</strong>) modules for each hardware platform. This is not only inconvenient