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 b58c49cdc89b0794edc06faaafb28ed965721223..c2fe0b97ab6e3d1183db5bdb6f77c3abb30bc452 100644 |
--- a/chrome/common/extensions/docs/templates/articles/tut_oauth.html |
+++ b/chrome/common/extensions/docs/templates/articles/tut_oauth.html |
@@ -92,7 +92,7 @@ var oauth = ChromeExOAuth.initBackgroundPage({ |
<p> |
To use the OAuth library, |
you must declare the "tabs" permision in the |
-<a href="manifest.html">extension manifest</a>. |
+<a href="manifest">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. |