From 0cb8c7e69c651faf9a1f59c26759bb39d3f9f5c0 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 6 Jan 2025 16:31:49 +0100 Subject: [PATCH] Update and explicitly mention "JavaDoc" on README So that Ctrl-F for "javadoc" works. Related to discussion in https://github.com/google/guava/pull/7600. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 18a2b821a1cb..3845862571ab 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ Snapshots of Guava built from the `master` branch are available through Maven using version `HEAD-jre-SNAPSHOT`, or `HEAD-android-SNAPSHOT` for the Android flavor. -- Snapshot API Docs: [guava][guava-snapshot-api-docs] -- Snapshot API Diffs: [guava][guava-snapshot-api-diffs] +[Snapshot API JavaDoc][guava-snapshot-api-docs] as well as [Snapshot API Docs Diffs][guava-snapshot-api-diffs] are available. ## Learn about Guava