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

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

Issue 2487493005: Fix links to issue tracker in extensions docs (Closed)
Patch Set: Comments Created 3 years, 12 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
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/desktop_notifications.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/faq.html
diff --git a/chrome/common/extensions/docs/templates/articles/faq.html b/chrome/common/extensions/docs/templates/articles/faq.html
index 7ebda44a930053ba3b954626f1fa09d4bee62074..95ead99f21d44967a06774d52505a8eb24e948c3 100644
--- a/chrome/common/extensions/docs/templates/articles/faq.html
+++ b/chrome/common/extensions/docs/templates/articles/faq.html
@@ -6,8 +6,8 @@
<p>
If you don't find an answer to your question here,
try the
-<a href="https://developer.chrome.com/webstore/faq">Chrome Web Store FAQ</a>,
-the {{?is_apps}}
+<a href="https://developer.chrome.com/webstore/faq">Chrome Web Store FAQ</a>, the
+{{?is_apps}}
<a href="http://stackoverflow.com/questions/tagged/google-chrome-app">[google-chrome-app] tag on Stack Overflow</a>, the
<a href="http://groups.google.com/a/chromium.org/group/chromium-apps">chromium-apps group</a>, or the
{{:is_apps}}
@@ -404,12 +404,12 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre>
Search the issue tracker at
<a href="http://crbug.com">http://crbug.com</a> to see whether
someone has reported a similar issue. Most issues related to
- extensions are filed under <strong>Cr=Platform-Extensions</strong>, so to
+ extensions are filed under <strong>component=Platform>Extensions</strong>, so to
look for an extension bug related to the
chrome.tabs.executeScript function (for example), search for
- "<code>Cr=Platform-Extensions Type=Bug chrome.tabs.executeScript</code>",
+ "<code>component=Platform>Extensions Type=Bug chrome.tabs.executeScript</code>",
which will give you
- <a href="https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DPlatform-Extensions+Type%3DBug+chrome.tabs.executeScript&colspec=ID+Pri+M+Iteration+ReleaseBlock+Cr+Status+Owner+Summary+Modified&x=m&y=releaseblock&cells=tiles">
+ <a href="https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component%3DPlatform>Extensions+Type%3DBug+chrome.tabs.executeScript">
this list of results</a>.
</li>
<li>
@@ -459,12 +459,12 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre>
Search the issue tracker at
<a href="http://crbug.com">http://crbug.com</a> to see whether
someone has requested a similar feature. Most requests related to
- extensions are filed under <strong>Cr=Platform-Extensions</strong>, so to
+ extensions are filed under <strong>component=Platform>Extensions</strong>, so to
look for an extension feature request related to keyboard shortcuts
(for example), search
- for "<code>Cr=Platform-Extensions Type=Feature shortcuts</code>",
+ for "<code>component=Platform>Extensions Type=Feature shortcuts</code>",
which will give you
- <a href="https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DPlatform-Extensions+Type%3DFeature+shortcuts&colspec=ID+Pri+M+Iteration+ReleaseBlock+Cr+Status+Owner+Summary+Modified&x=m&y=releaseblock&cells=tiles">
+ <a href="https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component%3DPlatform>Extensions+Type%3DFeature+shortcuts">
this list of results</a>.
</li>
<li>
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/desktop_notifications.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698