Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into add-rounding-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Sep 8, 2023
2 parents 89ef7a3 + c923207 commit 9efeddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website-v2/src/components/download/DownloadBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const DownloadBox = (props) => {
<td>{props.releaseDate}</td>
<td>
<a
href={`https://downloads.apache.org/streampipes/${props.version}/apache-streampipes-${props.version}-source-release.zip.sha512`}>SHA</a>
href={`https://downloads.apache.org/streampipes/${props.version}/apache-streampipes-${props.version}-source-release.zip.sha512`}>SHA</a>,&nbsp;
<a
href={`https://downloads.apache.org/streampipes${props.version}/apache-streampipes-${props.version}-source-release.zip.asc`}>PGP</a>
href={`https://downloads.apache.org/streampipes/${props.version}/apache-streampipes-${props.version}-source-release.zip.asc`}>PGP</a>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 9efeddc

Please sign in to comment.