Skip to content

Commit

Permalink
[site] Fix attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 3, 2023
1 parent 0f48c6f commit 0b3c327
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion psi-probe-core/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion psi-probe-rest/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion psi-probe-tomcat10/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion psi-probe-tomcat11/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion psi-probe-tomcat85/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion psi-probe-tomcat9/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion psi-probe-web/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<image src="/images/psi-probe-banner.jpg" />
</bannerLeft>
<bannerRight href="https://tomcat.apache.org/">
<image src"https://tomcat.apache.org/res/images/tomcat.png" />
<image src="https://tomcat.apache.org/res/images/tomcat.png" />
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down

0 comments on commit 0b3c327

Please sign in to comment.