| 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>
|
|
|