Skip to content

Commit 2f2ce1e

Browse files
committed
Update page
1 parent 95cae5a commit 2f2ce1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ This page acts as a supplement to the
1212
<a href="https://swiftpackageindex.com">Swift Package Index</a>
1313
by providing build status for alternative platforms that are not
1414
yet supported, such as
15-
<a href="">Android</a> and
16-
<a href="">Windows</a>.
15+
<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3461">Android</a> and
16+
<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/1354">Windows</a>.
1717
</small>
18-
<p>
18+
</p>
1919
</div>
2020

2121
<h2>Android Build Status</h2>
2222

2323
{% assign items = site.data.android %}
2424
{% assign stats = site.data.android_stats %}
2525

26-
Of the <b>{{ stats.total_packages | number: "%,d" }}</b> packages that are successfully building for
26+
Of the <b>{{ stats.total_packages | number_format:"#,##0" }}</b> packages that are successfully building for
2727
<a href="https://swiftpackageindex.com/search?query=platform:linux">Linux</a>,
28-
<b>{{ stats.success_packages | number: "%,d" }}</b>
28+
<b>{{ stats.success_packages | number_format:"#,##0" }}</b>
2929
are successfully building for Android.
3030

3131
<h3>Build Status by Repository</h3>

0 commit comments

Comments
 (0)