From 5b91ee4bf3c05d5b1ab7e331684fd021acd305c3 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 3 Jul 2025 17:47:22 +0900 Subject: [PATCH] docs: Add cs.opensource.google link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 073cc52e924f..eabe18d851ad 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Another easy way to get to the Javadoc is to open class by appending the class name to guava.dev. For example, [guava.dev/ImmutableList](https://guava.dev/ImmutableList)! +[`cs.opensource.google`](https://cs.opensource.google/guava/guava) let's you browse the source code conveniently. + ## Learn about Guava - Our users' guide, [Guava Explained]