Skip to content

Commit ad77810

Browse files
committed
Update links
1 parent 9356c05 commit ad77810

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Apple
1313

1414

1515

16+
Core
17+
--------
18+
19+
- [tsl-core-json](/tsl-core-json/)
20+
([Download v{{ site.data.tsl-core-json[0].version }}](/npm/tsl-core-json.tgz),
21+
[More](/package/tsl-core-json.html))
22+
TypeScript library for JSON
23+
24+
25+
1626
Mastodon
1727
--------
1828

package/tsl-core-json.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><a class="site-title" href="/tsl-core-json/">TypeScript Library for JSON</a></h1>
1+
<h1><a class="site-title" href="/tsl-core-json/">JSON TypeScript Library</a></h1>
22
<table>
33
<thead>
44
<tr>
@@ -9,10 +9,10 @@
99
<tbody>{% for item in site.data.tsl-core-json %}
1010
<tr>
1111
<td>
12-
<a href="https://typescriptlibs.org/npm/tsl-core-json/tsl-core-json-{{ item.version }}.tgz">v{{ item.version }}.tgz</a>
12+
<a href="https://typescriptlibs.org/npm/tsl-core-json/tsl-core-json-{{ item.version }}.tgz">tsl-core-json-{{ item.version }}.tgz</a>
1313
</td>
1414
<td>
15-
<a href="https://typescriptlibs.org/npm/tsl-core-json/tsl-core-json-{{ item.version }}.sha1">{{ item.checksum }}</a>
15+
{{ item.checksum }}
1616
</td>
1717
</tr>
1818
{% endfor %}</tbody>

package/tsl-mastodon-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<tbody>{% for item in site.data.tsl-mastodon-api %}
1010
<tr>
1111
<td>
12-
<a href="https://typescriptlibs.org/npm/tsl-mastodon-api/v{{ item.version }}.tgz">v{{ item.version }}.tgz</a>
12+
<a href="https://typescriptlibs.org/npm/tsl-mastodon-api/tsl-mastodon-api-{{ item.version }}.tgz">tsl-mastodon-api-{{ item.version }}.tgz</a>
1313
</td>
1414
<td>
15-
<a href="https://typescriptlibs.org/npm/tsl-mastodon-api/v{{ item.version }}.sha1">{{ item.checksum }}</a>
15+
{{ item.checksum }}</a>
1616
</td>
1717
</tr>
1818
{% endfor %}</tbody>

0 commit comments

Comments
 (0)