Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Comment on lines +85 to 89

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it this is a better place for it, but most github users know about clicking . in the root of a repository. Its a keyboard shortcut for changing url from github.com to github.dev it opens up a vscode editor in the repo

Suggested change
[`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]
## Learn about Guava
- Our users' guide, [Guava Explained]
- let's you browse the source code conveniently. [`cs.opensource.google`](https://cs.opensource.google/guava/guava)

Expand Down
Loading