Skip to content

Commit c451abf

Browse files
authored
Fix download footnotes links (#401)
Fixes the links in downloads -> older releases blocks in `download/_build-platform.html`. The links used markdown syntax in an html file, and hence would not render correctly.
1 parent b697037 commit c451abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download/_build-platform.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
</tbody>
6868
</table>
6969

70-
<sup>1</sup> Swift {{ site.data.builds.swift_releases.last.name }} is available as part of [{{ include.platform.xcode }}](https://itunes.apple.com/app/xcode/id497799835).<br>
71-
<sup>2</sup> Swift {{ site.data.builds.swift_releases.last.name }} Windows 10 toolchain is provided by [Saleem Abdulrasool](https://github.com/compnerd). Saleem is the platform champion for the Windows port of Swift and this is an official build from the Swift project. <br><br>
70+
<sup>1</sup> Swift {{ site.data.builds.swift_releases.last.name }} is available as part of <a href="https://itunes.apple.com/app/xcode/id497799835">{{ include.platform.xcode }}</a>.<br>
71+
<sup>2</sup> Swift {{ site.data.builds.swift_releases.last.name }} Windows 10 toolchain is provided by <a href="https://github.com/compnerd">Saleem Abdulrasool</a>. Saleem is the platform champion for the Windows port of Swift and this is an official build from the Swift project. <br><br>

0 commit comments

Comments
 (0)