Skip to content

Commit dcf4f2d

Browse files
committed
d2
1 parent e72a571 commit dcf4f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/script/soldocs/update_links.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { readFileSync, readdirSync, writeFileSync } from "node:fs";
22
import { join, relative } from "node:path";
33

44
import { config } from "../config";
5-
import { logMessage, logSuccess } from "./utils";
5+
import { logInfo, logMessage, logSuccess } from "./utils";
66

77
export function updateLinks(directoryPath: string) {
88
const markdownFiles = getMarkdownFiles(directoryPath);
@@ -67,6 +67,7 @@ function updateGitHubPath(githubPath: string, repo: string): string {
6767
// Construct the new path
6868
const updatedPath = `${github}${repo}blob/main/${rest}`;
6969

70+
logInfo(updatedPath, true);
7071
return updatedPath;
7172
}
7273

0 commit comments

Comments
 (0)