diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 23:26:42 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 23:26:42 +0000 |
commit | 18383a2de92c476bfc4ff5ad6b8d62c3d85596fc (patch) | |
tree | 119ed05ffb26c99683e61cc192fd577de992e16f /chrome/common | |
parent | e9fed915fae37516129396e139f2e8b86ca0c2f2 (diff) | |
download | chromium_src-18383a2de92c476bfc4ff5ad6b8d62c3d85596fc.zip chromium_src-18383a2de92c476bfc4ff5ad6b8d62c3d85596fc.tar.gz chromium_src-18383a2de92c476bfc4ff5ad6b8d62c3d85596fc.tar.bz2 |
new.crbug.com -> crbug.com/new
R=thestig@chromium.org
BUG=none
TEST=less broken links
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/18655009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/faq.html | 4 | ||||
-rw-r--r-- | chrome/common/mac/cfbundle_blocker.mm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/faq.html b/chrome/common/extensions/docs/templates/articles/faq.html index 52fc275..fce26c9 100644 --- a/chrome/common/extensions/docs/templates/articles/faq.html +++ b/chrome/common/extensions/docs/templates/articles/faq.html @@ -417,7 +417,7 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre> </li> <li> If you found no appropriate bug to star, file a new issue report at - <a href="http://new.crbug.com">http://new.crbug.com</a>. Be as explicit + <a href="http://crbug.com/new">http://crbug.com/new</a>. Be as explicit as possible when filling out this form: choose a descriptive title, explain the steps to reproduce the bug, and describe the expected and actual behavior. Attach your test example to the report and add @@ -470,7 +470,7 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre> </li> <li> If you found no appropriate ticket to star, file a new request at - <a href="http://new.crbug.com">http://new.crbug.com</a>. Be as detailed + <a href="http://crbug.com/new">http://crbug.com/new</a>. Be as detailed as possible when filling out this form: choose a descriptive title and explain exactly what feature you would like and how you plan to use it. </li> diff --git a/chrome/common/mac/cfbundle_blocker.mm b/chrome/common/mac/cfbundle_blocker.mm index 41d3320..d8dd31a 100644 --- a/chrome/common/mac/cfbundle_blocker.mm +++ b/chrome/common/mac/cfbundle_blocker.mm @@ -263,7 +263,7 @@ bool IsBundleAllowed(NSString* bundle_id, NSString* version) { // newer. Products added to the list must not cause crashes. Entries should // include the name of the product, URL, and the name and e-mail address of // someone responsible for the product's engineering. To add items to this - // list, file a bug at http://new.crbug.com/ using the "Defect on Mac OS" + // list, file a bug at http://crbug.com/new using the "Defect on Mac OS" // template, and provide the bundle ID (or IDs) and minimum CFBundleVersion // that's safe for Chrome to load, along with the necessary product and // contact information. Whitelisted bundles in this list may be removed if |