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

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

Issue 561733004: Fixing path to chrome app samples in documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding app.yaml and cron.yaml vesion update Created 6 years, 3 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 6c524d578ad1c0aaef3df87a3add2dcb322c022d..aa1b8b084e04b68f9750b7c0697a1298ff4404a5 100644
--- a/chrome/common/extensions/docs/templates/articles/google_wallet.html
+++ b/chrome/common/extensions/docs/templates/articles/google_wallet.html
@@ -11,7 +11,7 @@
</tr>
<tr>
<td><strong>Sample:</strong></td>
- <td><a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/in-app-payments">in-app-payments</a></td>
+ <td><a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/in-app-payments">in-app-payments</a></td>
</tr>
<tr>
<td><strong>Learn more:</strong></td>
@@ -29,7 +29,7 @@ You can use Google Wallet for digital goods to sell digital and virtual goods wi
The Google Wallet for digital goods client app, which is embedded in Chrome, communicates with the
<a href="https://support.google.com/chrome_webstore/answer/1053354">Google Wallet</a>
servers and handles all the required checkout details, so your app does not have to process any financial transactions.
-Google Wallet for digital goods requires you to package a JavaScript file,
+Google Wallet for digital goods requires you to package a JavaScript file,
<a href="https://raw.github.com/GoogleChrome/chrome-app-samples/master/in-app-payments/buy.js">buy.js</a>,
with your app to trigger the purchase flow.
</p>
@@ -195,7 +195,7 @@ For a simple app that demonstrates how to use Google Wallet for digital goods, s
</p>
</ul>
- <li><a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/in-app-payments">source code</a></li>
+ <li><a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/in-app-payments">source code</a></li>
<li><a href="https://chrome.google.com/webstore/detail/moldiohggmfllblgmikpeoagipenlcae">published app</a> (requires Chrome 29 or higher)</li>
</ul>

Powered by Google App Engine
This is Rietveld 408576698