Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Dec 13, 2023
1 parent efb2eeb commit 71aa6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ This same security process extends to any Smart Chain that is under the protecti
#### Notarization Flow

<div className="text-center">
<b> Smart Chain —> Komodo Main Chain (KMD) —> Litecoin (LTC)</b>
<b> Smart Chain —&gt; Komodo Main Chain (KMD) —&gt; Litecoin (LTC)</b>
</div>

To summarize, the notarization process of a transaction on a default PoW-based Smart Chain is as follows.
Expand Down
2 changes: 1 addition & 1 deletion utils/js/validate_update_internal_links_userpass.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 71aa6cc

Please sign in to comment.