Skip to content

Commit d2976fa

Browse files
committed
fix link errors
1 parent 5c40669 commit d2976fa

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

src/pages/atomicdex/api/legacy/coin_activation/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Activating coins in 'lite mode' means you don't need to have a native coin daemo
4545
KomoDeFi is a true cross chain, cross protocol Decentralized Exchange (DEX), allowing for trades between coins and tokens across many platforms and ecosystems, such as:
4646

4747
* UTXO based coins (e.g. DOGE, BTC, ZEC, LTC, DASH, DGB)
48-
* [Ethereum (ETH)](https://ethereum.org/en/) & [ERC20 tokens](https://etherscan.io/tokens)
48+
* [Ethereum (ETH)](https://ethereum.org/) & [ERC20 tokens](https://etherscan.io/tokens)
4949
* [Binance Coin (BNB)](https://coinmarketcap.com/currencies/bnb/) & [BEP20](https://www.coingecko.com/en?asset_platform_id=binance-coin) tokens
5050
* [QTUM](https://qtum.org) & [QRC20 tokens](https://qtum.info/qrc20)
5151
* [Polygon (MATIC)](https://polygon.technology/) & [PLG20 tokens](https://polygonscan.com/tokens)

utils/_fileData.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -4362,8 +4362,12 @@
43624362
}
43634363
},
43644364
"/atomicdex/changelog": {
4365-
"dateModified": "2024-02-09T09:25:22.000Z",
4365+
"dateModified": "2024-02-09T13:52:20.000Z",
43664366
"contributors": [
4367+
{
4368+
"name": "\"gcharang\"",
4369+
"email": "[email protected]"
4370+
},
43674371
{
43684372
"name": "\"gaeacodes\"",
43694373
"email": "[email protected]"
@@ -4372,10 +4376,6 @@
43724376
"name": "\"gcharang\"",
43734377
"email": "[email protected]"
43744378
},
4375-
{
4376-
"name": "\"gcharang\"",
4377-
"email": "[email protected]"
4378-
},
43794379
{
43804380
"name": "\"smk762\"",
43814381
"email": "[email protected]"
@@ -4386,8 +4386,8 @@
43864386
}
43874387
],
43884388
"lastContributor": {
4389-
"name": "\"gaeacodes\"",
4390-
"email": "gaeacodes@gmail.com"
4389+
"name": "\"gcharang\"",
4390+
"email": "[email protected].com"
43914391
}
43924392
},
43934393
"/atomicdex": {
@@ -4674,8 +4674,12 @@
46744674
}
46754675
},
46764676
"/atomicdex/setup": {
4677-
"dateModified": "2023-12-20T18:33:32.000Z",
4677+
"dateModified": "2024-02-09T13:52:20.000Z",
46784678
"contributors": [
4679+
{
4680+
"name": "\"gcharang\"",
4681+
"email": "[email protected]"
4682+
},
46794683
{
46804684
"name": "\"gaeacodes\"",
46814685
"email": "[email protected]"
@@ -4684,10 +4688,6 @@
46844688
"name": "\"gcharang\"",
46854689
"email": "[email protected]"
46864690
},
4687-
{
4688-
"name": "\"gcharang\"",
4689-
"email": "[email protected]"
4690-
},
46914691
{
46924692
"name": "\"gcharang\"",
46934693
"email": "[email protected]"
@@ -4714,8 +4714,8 @@
47144714
}
47154715
],
47164716
"lastContributor": {
4717-
"name": "\"gaeacodes\"",
4718-
"email": "gaeacodes@gmail.com"
4717+
"name": "\"gcharang\"",
4718+
"email": "[email protected].com"
47194719
}
47204720
},
47214721
"/atomicdex/tutorials/additional-information-about-atomicdex": {
@@ -6940,8 +6940,12 @@
69406940
}
69416941
},
69426942
"/smart-chains/changelog": {
6943-
"dateModified": "2024-02-07T08:59:55.000Z",
6943+
"dateModified": "2024-02-09T13:52:20.000Z",
69446944
"contributors": [
6945+
{
6946+
"name": "\"gcharang\"",
6947+
"email": "[email protected]"
6948+
},
69456949
{
69466950
"name": "\"gaeacodes\"",
69476951
"email": "[email protected]"
@@ -6950,18 +6954,14 @@
69506954
"name": "\"gcharang\"",
69516955
"email": "[email protected]"
69526956
},
6953-
{
6954-
"name": "\"gcharang\"",
6955-
"email": "[email protected]"
6956-
},
69576957
{
69586958
"name": "\"siddhartha\"",
69596959
"email": "[email protected]"
69606960
}
69616961
],
69626962
"lastContributor": {
6963-
"name": "\"gaeacodes\"",
6964-
"email": "gaeacodes@gmail.com"
6963+
"name": "\"gcharang\"",
6964+
"email": "[email protected].com"
69656965
}
69666966
},
69676967
"/smart-chains": {

utils/js/validate_update_internal_links_userpass.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ async function processExternalLink(link, currFilePath) {
472472
} else {
473473
console.error(`Error when checking the URL ${link} in the file ${currFilePath}`)
474474
fs.appendFileSync(manualLinkFile, link + "\n");
475-
fs.appendFileSync(manualLinkFile, err);
475+
fs.appendFileSync(manualLinkFile, JSON.stringify(err, null, 2) + "\n");
476476
fs.appendFileSync(manualLinkFile, "\n");
477477

478478
//throw new Error(err);

0 commit comments

Comments
 (0)