Skip to content

Commit

Permalink
Merge branch 'hotfix/favicon-remove-link' into 'master'
Browse files Browse the repository at this point in the history
Documentation favicon changed to real file from link

The `favicon.ico` file previously was a softlink that pointed to the favicon of the main web application.  The new Jekyll doesn't copy the favicon, instead just copies the symlink.  This means that it can't serve the file because it's in the wrong location once the symlink gets copied.  This merge just makes the favicon a real file instead of a symlink.

This hotfix should not require rebuilding of the `.war` file because nothing there changed.  The `0.12.0` tag should be moved up to this commit.

See merge request !807
  • Loading branch information
apetkau committed Aug 16, 2016
2 parents f1c5dad + 9afcadc commit 35e2f93
Showing 1 changed file with 0 additions and 0 deletions.
1 change: 0 additions & 1 deletion doc/images/favicon.ico

This file was deleted.

Binary file added doc/images/favicon.ico
Binary file not shown.

0 comments on commit 35e2f93

Please sign in to comment.