mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-29 20:13:07 +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:
co-authored by
Copilot
Aaron Powell
parent
e737a33955
commit
fb1b124ed7
@@ -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