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

Unified Diff: chrome/common/extensions/docs/templates/articles/gcm_server.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/articles/gcm_server.html
diff --git a/chrome/common/extensions/docs/templates/articles/gcm_server.html b/chrome/common/extensions/docs/templates/articles/gcm_server.html
index 66b33f9938a647d9b1e6c28b8069808c0624514e..ef0e74ffb5524e347b0c18cf6bbd74a8b40f56a2 100644
--- a/chrome/common/extensions/docs/templates/articles/gcm_server.html
+++ b/chrome/common/extensions/docs/templates/articles/gcm_server.html
@@ -2,12 +2,12 @@
<h1>API Reference for GCM service</h1>
<p>
-The <a href="cloudMessaging.html">Google Cloud Messaging for Chrome</a> service
+The <a href="cloudMessaging">Google Cloud Messaging for Chrome</a> service
sends messages to users of a Chrome App.
The service handles all aspects of queueing and delivering messages.
To use the service,
you must agree to the
-<a href="gcm_tos.html">Google Cloud Messaging for Chrome API Terms of Service</a>.
+<a href="gcm_tos">Google Cloud Messaging for Chrome API Terms of Service</a>.
</p>
<p>Messages must conform to these constraints:</p>

Powered by Google App Engine
This is Rietveld 408576698