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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_identity.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/app_identity.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_identity.html b/chrome/common/extensions/docs/templates/articles/app_identity.html
index e17b9d5a5bc865c4e35bdf14e78cd4886d3011c4..dcfcc282ad068c6457cbdb5e336275a4ccb66887 100644
--- a/chrome/common/extensions/docs/templates/articles/app_identity.html
+++ b/chrome/common/extensions/docs/templates/articles/app_identity.html
@@ -7,7 +7,7 @@ they don’t load over HTTP and can’t perform redirects or set cookies.
</p>
<p>
-Use the <a href="identity.html">Chrome Identity API</a>
+Use the <a href="identity">Chrome Identity API</a>
to authenticate users:
the <code>getAuthToken</code> for users logged into their Google Account and
the <code>launchWebAuthFlow</code> for users logged into a non-Google account.
@@ -60,7 +60,7 @@ Here are the five steps you need to complete:
<p>
You need to make sure the identity permission is in your manifest.
You can then upload your app to the apps and extensions management
-page (see <a href="publish_app.html">Publish</a>).
+page (see <a href="publish_app">Publish</a>).
</p>
<pre data-filename="manifest.json">

Powered by Google App Engine
This is Rietveld 408576698