Skip to content

Commit

Permalink
Correct link to readme & changelog - fixing https://igniterealtime.at…
Browse files Browse the repository at this point in the history
  • Loading branch information
GregDThomas committed Dec 29, 2024
1 parent bd856db commit d08df22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/projects/openfire/plugin-archive.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
</td>
<td class="c2" style="white-space: nowrap;">
<c:if test="${plugin.hasReadme}">
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(pluginName)}/readme.html"><img src="../../images/doc-readme-16x16.gif" width="16" height="16" alt="ReadMe"></a>
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(param.plugin)}/readme.html"><img src="../../images/doc-readme-16x16.gif" width="16" height="16" alt="ReadMe"></a>
</c:if>
<c:if test="${plugin.hasChangelog}">
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(pluginName)}/changelog.html"><img src="../../images/doc-changelog-16x16.gif" width="16" height="16" alt="Changelog"></a>
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(param.plugin)}/changelog.html"><img src="../../images/doc-changelog-16x16.gif" width="16" height="16" alt="Changelog"></a>
</c:if>
</td>
<td class="c3" style="white-space: nowrap;">
Expand Down

0 comments on commit d08df22

Please sign in to comment.