sbmlteam / jsbml

JSBML is a community-driven project to create a free, open-source, pure Java™ library for reading, writing, and manipulating SBML files (the Systems Biology Markup Language) and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.
https://sbml.org/software/jsbml/
GNU Lesser General Public License v2.1
37 stars 24 forks source link

Logo images are broken in Javadoc output #209

Closed mhucka closed 4 years ago

mhucka commented 4 years ago

The API docs generated by Javadoc reference the JSBML logo image, but the references are to sbml.org and URLs that are the output of Apache pagespeed, which is not a good approach because those are cached optimized images on the server. Indeed, when I generate the docs, the images become broken links.

How to fix: we should either include the logo images in the javadoc output (perhaps the resources directory) or else reference more stable image URLs.