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

Unified Diff: chrome/common/extensions/docs/templates/articles/tut_oauth.html

Issue 19936002: Extension docs: Cleanup after there's only one version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 5 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/tut_oauth.html
diff --git a/chrome/common/extensions/docs/templates/articles/tut_oauth.html b/chrome/common/extensions/docs/templates/articles/tut_oauth.html
index b0f009fa7df748757bd487501b695dd71b0692d5..4122f426d71e3790c3dd16e602ae424ebfb276d4 100644
--- a/chrome/common/extensions/docs/templates/articles/tut_oauth.html
+++ b/chrome/common/extensions/docs/templates/articles/tut_oauth.html
@@ -89,7 +89,7 @@ var oauth = ChromeExOAuth.initBackgroundPage({
<p>
To use the OAuth library,
you must declare the "tabs" permision in the
-<a href="http://code.google.com/chrome/extensions/manifest.html">extension manifest</a>.
+<a href="manifest.html">extension manifest</a>.
You must also declare the sites you are using
including the request URL, the authorize URL, access URL,
and, if necessary, the scope URL.

Powered by Google App Engine
This is Rietveld 408576698