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

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

Issue 2487493005: Fix links to issue tracker in extensions docs (Closed)
Patch Set: Created 4 years, 1 month 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/desktop_notifications.html
diff --git a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
index ba325b08c150ef216ed6929d466b90bcd5b02929..31654ffda3fdd1ff803d753ff651a70ec51f518d 100644
--- a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
+++ b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
@@ -48,7 +48,7 @@ an HTML page packaged inside your extension.
"notifications"
]</b>,
...
- // <strong>Note:</strong> Because of <a href="http://code.google.com/p/chromium/issues/detail?id=134315">bug 134315</a>, you must declare any images you
+ // <strong>Note:</strong> Because of <a href="http://bugs.chromium.org/p/chromium/issues/detail?id=134315">bug 134315</a>, you must declare any images you
// want to use with createNotification() as a web accessible resource.
<b> "web_accessible_resources": [
"48.png"

Powered by Google App Engine
This is Rietveld 408576698