I'm able to setup the Java standards library documentation within IntelliJ using the instructions here: How to view JDK external documentation in IntelliJ IDEA?
But following the same process I cannot get the documentation to work for Google's Guava. The documentation url for the google project is: https://google.github.io/guava/releases/20.0/api/docs/overview-summary.html
But using that with IntelliJ doesn't load the documentation when I view a Guava class. Do I need to use a different url for the guava documentation?