Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: chrome/common/extensions/docs/templates/articles/google_wallet.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/google_wallet.html
diff --git a/chrome/common/extensions/docs/templates/articles/google_wallet.html b/chrome/common/extensions/docs/templates/articles/google_wallet.html
index 714f9db674d802b85ab587111c3c3ce6257c578e..6c524d578ad1c0aaef3df87a3add2dcb322c022d 100644
--- a/chrome/common/extensions/docs/templates/articles/google_wallet.html
+++ b/chrome/common/extensions/docs/templates/articles/google_wallet.html
@@ -134,7 +134,7 @@ integration steps.
<li>Include <a href="https://raw.github.com/GoogleChrome/chrome-app-samples/master/in-app-payments/buy.js">buy.js</a> in your app.
<div class="indent-small">
Due to the security restrictions in the
- <a href="contentSecurityPolicy.html">Content Security Policy</a> for Chrome Apps,
+ <a href="contentSecurityPolicy">Content Security Policy</a> for Chrome Apps,
you cannot include the <a href="https://raw.github.com/GoogleChrome/chrome-app-samples/master/in-app-payments/buy.js">buy.js</a>
library from an external location. Instead, you must package the library with your app, and load it from the packaged location.
</div>

Powered by Google App Engine
This is Rietveld 408576698