Fixing/restoring favicon to Player project website #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I noticed the favicon was missing for the 'latest' version of the Player website, although it was present in the 'next' version.* Looking around it appears the
index.html
is the source of the problem for the website,although it's also clear the website is being built and deployed from inside of Intuit, and therefore the source of the error might be a different file or location. Hopefully this PR helps with an internal fix, if that's the case.(BTW, the contributing and new-to-contributing documents were very good, I especially appreciated the help afforded to people new(er) to the GitHub paradigm. Well done!)
(BTW.2, I did my PR entirely through the GitHub web interface, as this kind of contribution didn't seem to be covered by the more involved setup in
CONTRIBUTORS.md
.)next
,latest
, and0
mean, although my guess is the pages are being rendered through Player and this is Player functionality being demonstrated?!?