Skip to content

Commit 982fe20

Browse files
cpovirkError Prone Team
authored andcommitted
Tweak links to point to newer versions.
PiperOrigin-RevId: 807748412
1 parent a2df97f commit 982fe20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/bugpattern/EqualsIncompatibleType.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ if (set.contains(hi)) {
146146
}
147147
```
148148

149-
[equalstester]: https://static.javadoc.io/com.google.guava/guava-testlib/19.0/com/google/common/testing/EqualsTester.html
150-
[objeq]: https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#equals(java.lang.Object)
151-
[av]: https://github.com/google/auto/blob/master/value/userguide/index.md
149+
[equalstester]: https://www.javadoc.io/doc/com.google.guava/guava-testlib/latest/com/google/common/testing/EqualsTester.html
150+
[objeq]: https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)
151+
[av]: https://github.com/google/auto/blob/main/value/userguide/index.md

0 commit comments

Comments
 (0)