mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-25 17:00:20 +00:00
Fix canvas extension install links (#2109)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
@@ -1018,7 +1018,7 @@ function generateCanvasManifest(gitDates, commitSha) {
|
||||
const canvasEntries = canvases.length > 0
|
||||
? canvases
|
||||
: [{ id: dir.name, displayName: formatDisplayName(dir.name), description: extensionDescription }];
|
||||
const installUrl = `https://github.com/github/awesome-copilot/tree/${commitSha}/${relPath.replace(
|
||||
const installUrl = `https://github.com/github/awesome-copilot/tree/main/${relPath.replace(
|
||||
/\\/g,
|
||||
"/"
|
||||
)}`;
|
||||
|
||||
Reference in New Issue
Block a user