From 71aa6cc1ce9d83717000122cf4118c5c439f489d Mon Sep 17 00:00:00 2001 From: gcharang <21151592+gcharang@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:18:54 +0530 Subject: [PATCH] fix urls --- .../core-technology-discussions/delayed-proof-of-work/index.mdx | 2 +- utils/js/validate_update_internal_links_userpass.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx b/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx index 40e69484..46f50fe4 100644 --- a/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx +++ b/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx @@ -501,7 +501,7 @@ This same security process extends to any Smart Chain that is under the protecti #### Notarization Flow
- Smart Chain —> Komodo Main Chain (KMD) —> Litecoin (LTC) + Smart Chain —> Komodo Main Chain (KMD) —> Litecoin (LTC)
To summarize, the notarization process of a transaction on a default PoW-based Smart Chain is as follows. diff --git a/utils/js/validate_update_internal_links_userpass.js b/utils/js/validate_update_internal_links_userpass.js index 62baed76..47bd0800 100644 --- a/utils/js/validate_update_internal_links_userpass.js +++ b/utils/js/validate_update_internal_links_userpass.js @@ -25,7 +25,7 @@ if (fs.existsSync(manualLinkFile)) { try { let filepaths = []; walkDir("./src/pages", (filepath) => filepaths.push(filepath)); - //await createFileSlugs(filepaths); // can comment on repeat runs + await createFileSlugs(filepaths); // can comment on repeat runs let filepathSlugs = JSON.parse(fs.readFileSync("filepathSlugs.json")); for (let index = 0; index < filepaths.length; index++) {