| Index: tools/android/findbugs_plugin/findbugs.xml
|
| diff --git a/tools/android/findbugs_plugin/findbugs.xml b/tools/android/findbugs_plugin/findbugs.xml
|
| index a1c4b5ee45e447c6280ae0c4de8423df0fcb2d44..002e841381af9323d0433e89d5597c7fc31f5aa7 100644
|
| --- a/tools/android/findbugs_plugin/findbugs.xml
|
| +++ b/tools/android/findbugs_plugin/findbugs.xml
|
| @@ -9,7 +9,7 @@
|
| xsi:noNamespaceSchemaLocation="findbugsplugin.xsd"
|
| pluginid="SynchronizedThisDetector"
|
| provider="chromium"
|
| - website="http://code.google.com/p/chromium/wiki/UseFindBugsForAndroid">
|
| + website="https://chromium.googlesource.com/chromium/src/+/master/docs/use_find_bugs_for_android.md">
|
| <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedThisDetector" reports="CHROMIUM_SYNCHRONIZED_THIS" />
|
| <BugPattern type="CHROMIUM_SYNCHRONIZED_THIS" abbrev="CHROMIUM" category="CORRECTNESS"/>
|
|
|
|
|