Skip to content

Commit a92b5cf

Browse files
committed
Update page
1 parent c5b0e6e commit a92b5cf

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
@@ -10,18 +10,18 @@ title: Swift Everywhere – Android Build Status
1010
<small>
1111
This site acts as a supplement to the
1212
<a href="https://swiftpackageindex.com">Swift Package Index</a>
13-
by providing build status for alternative platforms that are not
14-
yet supported, such as
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>.
13+
by providing build status for additional platforms, such as
14+
<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3461">Android</a>,
15+
<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/1354">Windows</a>,
16+
and <a href="https://www.swift.org/documentation/articles/static-linux-getting-started.html">Musl</a>.
1717
</small>
1818
</p>
1919
</div>
2020

2121
{% assign items = site.data.android %}
2222
{% assign stats = site.data.android_stats %}
2323

24-
<h2>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2>
24+
<h3>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h3>
2525

2626
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>,

0 commit comments

Comments
 (0)