diff --git a/eng/generate-llms-txt.mjs b/eng/generate-llms-txt.mjs index 7b95fdc7..cdf88ec6 100644 --- a/eng/generate-llms-txt.mjs +++ b/eng/generate-llms-txt.mjs @@ -181,7 +181,7 @@ function generateLlmsTxt() { if (fs.existsSync(skillPath)) { const name = extractName(skillDirPath, "skill"); const description = extractDescription(skillDirPath, "skill"); - const url = getRelativeUrl(skillDirPath, ROOT_FOLDER); + const url = getRelativeUrl(skillPath, ROOT_FOLDER); content += `- [${name}](${url}): ${description}\n`; } else {