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. |