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

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/homepage_url.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/manifest/homepage_url.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/homepage_url.html b/chrome/common/extensions/docs/templates/articles/manifest/homepage_url.html
index 6e60f3a84d26e38c2e744121963e564b0e4c6b44..371e38804eadc11c1da8123d0f3f24c3ac7e2fd4 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest/homepage_url.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest/homepage_url.html
@@ -3,7 +3,7 @@
<p>
The URL of the homepage for this extension. The extensions management page (chrome://extensions)
will contain a link to this URL. This field is particularly useful if you
-<a href="http://developer.chrome.com/extensions/hosting.html">host the extension on your own site</a>. If you distribute your
+<a href="http://developer.chrome.com/extensions/hosting">host the extension on your own site</a>. If you distribute your
extension using the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>,
the homepage URL defaults to the extension's own page.
</p>

Powered by Google App Engine
This is Rietveld 408576698