diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 01:25:58 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 01:25:58 +0000 |
commit | 292b1692914b12c4427784a923de0d0615e57d2d (patch) | |
tree | 813370574d5c11d87c8fee8e93d852d89bb14d58 /native_client_sdk | |
parent | 8a6f6dfe1b7da88d509742e8a6d3d9b5949eae13 (diff) | |
download | chromium_src-292b1692914b12c4427784a923de0d0615e57d2d.zip chromium_src-292b1692914b12c4427784a923de0d0615e57d2d.tar.gz chromium_src-292b1692914b12c4427784a923de0d0615e57d2d.tar.bz2 |
[NaCl SDK Docs] Temporary hack to fix Pepper reference docs.
There is a bug in the Chromesite redirects where the Pepper reference docs
links incorrectly redirect back to themselves. This CL works around this by
removing the .html suffix on the links.
Note that these files are generated, so it will break the next time someone
generates docs (unless they're careful).
BUG=365825
R=bradnelson@chromium.org
Review URL: https://codereview.chromium.org/260193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/doc_generated/pepper_beta/index.html | 4 | ||||
-rw-r--r-- | native_client_sdk/doc_generated/pepper_dev/index.html | 4 | ||||
-rw-r--r-- | native_client_sdk/doc_generated/pepper_stable/index.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/native_client_sdk/doc_generated/pepper_beta/index.html b/native_client_sdk/doc_generated/pepper_beta/index.html index a4a8eff..6273617 100644 --- a/native_client_sdk/doc_generated/pepper_beta/index.html +++ b/native_client_sdk/doc_generated/pepper_beta/index.html @@ -5,9 +5,9 @@ <p>This page lists the API for Pepper 35. Apps that use this API can run in Chrome 35 or higher.</p> <section id="pepper-c-api-reference"> -<h2 id="pepper-c-api-reference"><a class="reference internal" href="/native-client/pepper_beta/c/index.html#pepper-beta-c-index"><em>Pepper C API Reference</em></a></h2> +<h2 id="pepper-c-api-reference"><a class="reference internal" href="/native-client/pepper_beta/c/index#pepper-beta-c-index"><em>Pepper C API Reference</em></a></h2> </section><section id="id1"> -<h2 id="id1"><a class="reference internal" href="/native-client/pepper_beta/cpp/index.html#pepper-beta-cpp-index"><em>Pepper C++ API Reference</em></a></h2> +<h2 id="id1"><a class="reference internal" href="/native-client/pepper_beta/cpp/index#pepper-beta-cpp-index"><em>Pepper C++ API Reference</em></a></h2> </section></section> {{/partials.standard_nacl_article}} diff --git a/native_client_sdk/doc_generated/pepper_dev/index.html b/native_client_sdk/doc_generated/pepper_dev/index.html index e3411ad..f372718 100644 --- a/native_client_sdk/doc_generated/pepper_dev/index.html +++ b/native_client_sdk/doc_generated/pepper_dev/index.html @@ -5,9 +5,9 @@ <p>This page lists the API for Pepper 36. Apps that use this API can run in Chrome 36 or higher.</p> <section id="pepper-c-api-reference"> -<h2 id="pepper-c-api-reference"><a class="reference internal" href="/native-client/pepper_dev/c/index.html#pepper-dev-c-index"><em>Pepper C API Reference</em></a></h2> +<h2 id="pepper-c-api-reference"><a class="reference internal" href="/native-client/pepper_dev/c/index#pepper-dev-c-index"><em>Pepper C API Reference</em></a></h2> </section><section id="id1"> -<h2 id="id1"><a class="reference internal" href="/native-client/pepper_dev/cpp/index.html#pepper-dev-cpp-index"><em>Pepper C++ API Reference</em></a></h2> +<h2 id="id1"><a class="reference internal" href="/native-client/pepper_dev/cpp/index#pepper-dev-cpp-index"><em>Pepper C++ API Reference</em></a></h2> </section></section> {{/partials.standard_nacl_article}} diff --git a/native_client_sdk/doc_generated/pepper_stable/index.html b/native_client_sdk/doc_generated/pepper_stable/index.html index 643248b..3120f9a 100644 --- a/native_client_sdk/doc_generated/pepper_stable/index.html +++ b/native_client_sdk/doc_generated/pepper_stable/index.html @@ -5,9 +5,9 @@ <p>This page lists the API for Pepper 34. Apps that use this API can run in Chrome 34 or higher.</p> <section id="pepper-c-api-reference"> -<h2 id="pepper-c-api-reference"><a class="reference internal" href="/native-client/pepper_stable/c/index.html#pepper-stable-c-index"><em>Pepper C API Reference</em></a></h2> +<h2 id="pepper-c-api-reference"><a class="reference internal" href="/native-client/pepper_stable/c/index#pepper-stable-c-index"><em>Pepper C API Reference</em></a></h2> </section><section id="id1"> -<h2 id="id1"><a class="reference internal" href="/native-client/pepper_stable/cpp/index.html#pepper-stable-cpp-index"><em>Pepper C++ API Reference</em></a></h2> +<h2 id="id1"><a class="reference internal" href="/native-client/pepper_stable/cpp/index#pepper-stable-cpp-index"><em>Pepper C++ API Reference</em></a></h2> </section></section> {{/partials.standard_nacl_article}} |