Skip to content

Commit f1b94af

Browse files
authored
fix_build (#1730)
1 parent b3b53a5 commit f1b94af

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
label: 'Explorers',
2727
},
2828
{
29-
to: '/v3/concepts/dive-into-ton/ton-blockchain/blockchain',
29+
to: '/v3/concepts/dive-into-ton/ton-blockchain/overview',
3030
label: 'Blockchain',
3131
},
3232
],

redirects.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ module.exports = [
1515
to: '/v3/documentation/tvm/overview',
1616
from: '/learn/tvm-instructions/tvm_overview',
1717
},
18-
{
19-
to: '/v3/concepts/dive-into-ton/ton-blockchain/blockchain',
20-
from: '/learn/overviews/TON_Blockchain_overview',
21-
},
2218
{
2319
to: '/v3/documentation/network/protocols/adnl/low-level',
2420
from: '/learn/overviews/adnl',

0 commit comments

Comments
 (0)