Projects can host their own version of the styleguide documentation (see the routes mounting in the 'usage' section of documentation), which means that we should only reference files included in the gem in the docs.
To reproduce, add the following to the routes file of a host project that doesn't provide 'calfresh_logo.png' itself: mount Cfa::Styleguide::Engine => "/cfa"
Here's the line that references the file, which I think was removed because it was only relevant for GCF: https://github.com/codeforamerica/honeycrisp-gem/blob/1e95810bf07c564104d03abf4bf0b952bd2b8aee/app/views/examples/molecules/_media_box.html.erb#L4
Projects can host their own version of the styleguide documentation (see the routes mounting in the 'usage' section of documentation), which means that we should only reference files included in the gem in the docs.
To reproduce, add the following to the routes file of a host project that doesn't provide 'calfresh_logo.png' itself:
mount Cfa::Styleguide::Engine => "/cfa"