Skip to content

Commit 50511e6

Browse files
committed
Fix blog links
1 parent e0a15f1 commit 50511e6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

public/blog/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ <h1>Tron Converter Blog</h1>
1919
</p>
2020
<ul>
2121
<li>
22-
<a href="/what-is-base58.html">What is Base58 and Why TRON Uses It</a>
22+
<a href="/blog/what-is-base58.html"
23+
>What is Base58 and Why TRON Uses It</a
24+
>
2325
</li>
2426
<li>
25-
<a href="/tron-vs-ethereum-addresses.html"
26-
>TRON vs. Ethereum: Why Different Address Formats?</a
27-
>
27+
<a href="/blog/tron-vs-ethereum-address-formats.html">
28+
TRON vs. Ethereum: Why Different Address Formats?
29+
</a>
2830
</li>
2931
<li>
30-
<a href="/validating-tron-addresses.html"
31-
>Validating TRON Addresses Securely</a
32-
>
32+
<a href="/blog/validating-tron-addresses.html">
33+
Validating TRON Addresses Securely
34+
</a>
3335
</li>
3436
</ul>
3537
<a href="/">← Back to Tron Converter</a>

0 commit comments

Comments
 (0)