summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html')
-rw-r--r--native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
index 3b76173..6d9a8e0 100644
--- a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
+++ b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
@@ -163,7 +163,7 @@ replaced with calls to <code>abort()</code>. The usual <code>-fno-exceptions</co
supported, though the default is <code>-fexceptions</code>. PNaCl will support full
zero-cost exception handling in the future.</p>
<aside>
-When using <a class="reference external" href="https://code.google.com/p/naclports">naclports</a> or other prebuilt static libraries, you don&#8217;t
+When using <a class="reference external" href="https://chromium.googlesource.com/webports">webports</a> or other prebuilt static libraries, you don&#8217;t
need to recompile because the exception handling support is
implemented at link time (when all the static libraries are put
together with your application).