Skip to content

Commit

Permalink
Fix links to favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 17, 2017
1 parent 54d192d commit a052266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ To get started using Eclipse, execute "ant build-dev" and import the top-level
<replacevalue><![CDATA[<HEAD profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/vnd.microsoft.icon"
href="http://downloads.openmicroscopy.org/resources/favicon.ico">]]></replacevalue>
href="https://downloads.openmicroscopy.org/resources/favicon.ico">]]></replacevalue>
</replace>
<tstamp>
<format property="yearvalue" pattern="yyyy"/>
Expand Down
4 changes: 2 additions & 2 deletions components/blitz/resources/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/vnd.microsoft.icon"
href="http://www.openmicroscopy.org/favicon.ico">
href="https://downloads.openmicroscopy.org/resources/favicon.ico">
<title>
OMERO API Index -
TITLE
Expand All @@ -15,7 +15,7 @@ TITLE
<body>
<div id="wrapper">
<div id="banner">
<img src="http://downloads.openmicroscopy.org/resources/ome_docs_trac_banner.png" alt="OME-XML">
<img src="https://downloads.openmicroscopy.org/resources/ome_docs_trac_banner.png" alt="OME-XML">
</div>
<div id="version-top"><p>Version: @VERSION@</p></div>
<div id="doc-name-right" style="position: absolute;top: 117px;right: 25px;font-size: 24px;font-weight: bold;"><b>OmeroBlitz API</b></div>
Expand Down

0 comments on commit a052266

Please sign in to comment.