Chromium Code Reviews| 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 3510df612417b84367a8cf5b824894d5e566db7d..7dfe2f44cd6d1ea079753ec16556fb53d4b39c12 100644 |
| --- a/chrome/common/extensions/docs/templates/articles/faq.html |
| +++ b/chrome/common/extensions/docs/templates/articles/faq.html |
| @@ -6,7 +6,7 @@ |
| <p> |
| If you don't find an answer to your question here, |
| try the |
| -<a href="http://code.google.com/chrome/webstore/faq">Chrome Web Store FAQ</a>, the |
| +<a href="http://bugs.chromium.org/chrome/webstore/faq">Chrome Web Store FAQ</a>, the |
|
michaelpg
2016/11/14 20:36:07
broken link
agable
2017/01/03 19:23:16
The old one was too :( Updated to my best guess
|
| {{?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 |
| @@ -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"> |
|
michaelpg
2016/11/14 20:36:07
Platform>Extensions not Platform-Extensions
agable
2017/01/03 19:23:16
Whoops, missed that one. Done.
|
| this list of results</a>. |
| </li> |
| <li> |