Index: chrome/common/extensions/docs/templates/articles/app_csp.html |
diff --git a/chrome/common/extensions/docs/templates/articles/app_csp.html b/chrome/common/extensions/docs/templates/articles/app_csp.html |
index 5d8f6681dadc80b19360e81cd7b8974e6c9a9f0c..db871896cab02c296f544b43375c22928e7cbeaf 100644 |
--- a/chrome/common/extensions/docs/templates/articles/app_csp.html |
+++ b/chrome/common/extensions/docs/templates/articles/app_csp.html |
@@ -8,7 +8,7 @@ is a good starting point. |
It covers the broader web platform view of CSP; |
packaged apps CSP isn't as flexible. |
You should read the |
-<a href="http://code.google.com/chrome/extensions/contentSecurityPolicy.html">Chrome extension Content Security Policy</a> |
+<a href="/extensions/contentSecurityPolicy.html">Chrome extension Content Security Policy</a> |
as it's the foundation for the packaged app CSP. |
For brevity's sake, |
we don't repeat the same information here. |