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

Unified Diff: chrome/common/extensions/docs/templates/articles/packaging.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/packaging.html
diff --git a/chrome/common/extensions/docs/templates/articles/packaging.html b/chrome/common/extensions/docs/templates/articles/packaging.html
index 49dbe1698163475b4dbddee8a74b60ee3e97f15f..c4e844d8fd0f53d0e8ccd42ed87262265fa8993d 100644
--- a/chrome/common/extensions/docs/templates/articles/packaging.html
+++ b/chrome/common/extensions/docs/templates/articles/packaging.html
@@ -3,7 +3,7 @@
<p>
This page describes how to package your extension.
-As the <a href="overview.html">Overview</a> explains,
+As the <a href="overview">Overview</a> explains,
extensions are packaged as signed ZIP files
with the file extension "crx"&mdash;for example,
<code>myextension.crx</code>.
@@ -19,7 +19,7 @@ would be to distribute a non-public version&mdash;for example,
to alpha testers.
You can find information on publishing extensions and apps in the
Chrome Web Store getting started tutorial, starting at
-<a href="http://code.google.com/chrome/webstore/docs/get_started_simple.html#step5">Step 5: Zip up your app</a>.
+<a href="http://code.google.com/chrome/webstore/docs/get_started_simple#step5">Step 5: Zip up your app</a>.
</p>
<p>
@@ -186,5 +186,5 @@ chrome.exe --pack-extension=C:\myext --pack-extension-key=C:\myext.pem
<h2 id="format">Package format and scripts</h2>
<p>
For more information on the format, as well as pointers to scripts you can use
-to create <code>.crx</code> files, see <a href="crx.html">CRX Package Format</a>.
+to create <code>.crx</code> files, see <a href="crx">CRX Package Format</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698