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

Unified Diff: chrome/common/extensions/docs/templates/intros/pushMessaging.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/intros/pushMessaging.html
diff --git a/chrome/common/extensions/docs/templates/intros/pushMessaging.html b/chrome/common/extensions/docs/templates/intros/pushMessaging.html
index 57c54e320231acce5719e4d45ce1627a65298029..308077272374778fc706217a8f62ab51632448ff 100644
--- a/chrome/common/extensions/docs/templates/intros/pushMessaging.html
+++ b/chrome/common/extensions/docs/templates/intros/pushMessaging.html
@@ -14,10 +14,10 @@ development if you run a version of your app without the correct
<p>
To fix this problem, simply install your app from
-the Chrome Web Store and copy the <a href="manifest/key.html">key</a>
+the Chrome Web Store and copy the <a href="manifest/key">key</a>
field from manifest.json in the installed app to manifest.json in
the version of the app that you are developing
-(see <a href="cloudMessaging.html#test-cloud">Testing in the cloud</a> for
+(see <a href="cloudMessaging#test-cloud">Testing in the cloud</a> for
detailed instructions). Note that you need to remove the <code>key</code>
field from manifest.json before you upload the app to the Chrome Web Store again.
</p>
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/proxy.html ('k') | chrome/common/extensions/docs/templates/intros/storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698