Skip to content

Commit e3f15a8

Browse files
committed
fix: strip .html from README docs rel links
1 parent eaf9a1e commit e3f15a8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

projects/abel-sdk-v2/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ const microData = await abel.getAssetsMicro([312769n, 6547014n, 6587142n, 271659
5454

5555
The available asset views are:
5656

57-
- [AssetMicro](AssetMicro.html) (no labels)
58-
- [AssetMicroLabels](AssetMicroLabels.html)
59-
- [AssetTiny](AssetTiny.html) (no labels)
60-
- [AssetTinyLabels](AssetTinyLabels.html)
61-
- [AssetText](AssetText.html) (no labels)
62-
- [AssetTextLabels](AssetTextLabels.html)
63-
- [AssetSmall](AssetSmall.html)
64-
- [AssetFull](AssetFull.html)
57+
- [AssetMicro](AssetMicro) (no labels)
58+
- [AssetMicroLabels](AssetMicroLabels)
59+
- [AssetTiny](AssetTiny) (no labels)
60+
- [AssetTinyLabels](AssetTinyLabels)
61+
- [AssetText](AssetText) (no labels)
62+
- [AssetTextLabels](AssetTextLabels)
63+
- [AssetSmall](AssetSmall)
64+
- [AssetFull](AssetFull)
6565

6666
To fetch asset data in these views, use the corresponding `getXYZ` method of the SDK, e.g. [getAssetMicroLabels](classes/AbelSDK#getassetsmicrolabels).
6767

@@ -77,20 +77,20 @@ You will get the best performance and efficiency if you use the smallest possibl
7777

7878
### 128 assets per simulate call
7979

80-
- [AssetMicro](AssetMicro.html)
81-
- [AssetTiny](AssetTiny.html)
82-
- [AssetText](AssetText.html)
80+
- [AssetMicro](AssetMicro)
81+
- [AssetTiny](AssetTiny)
82+
- [AssetText](AssetText)
8383

8484
### 64 assets per simulate call
8585

86-
- [AssetMicroLabels](AssetMicroLabels.html)
87-
- [AssetTinyLabels](AssetTinyLabels.html)
88-
- [AssetTextLabels](AssetTextLabels.html)
89-
- [AssetSmall](AssetSmall.html)
86+
- [AssetMicroLabels](AssetMicroLabels)
87+
- [AssetTinyLabels](AssetTinyLabels)
88+
- [AssetTextLabels](AssetTextLabels)
89+
- [AssetSmall](AssetSmall)
9090

9191
### 42 assets per simulate call
9292

93-
- [AssetFull](AssetFull.html)
93+
- [AssetFull](AssetFull)
9494

9595
### Concurrency
9696

0 commit comments

Comments
 (0)