mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
More deep links
This commit is contained in:
@@ -574,7 +574,7 @@ function generateCollectionsSection(collectionsDir) {
|
||||
const itemCount = collection.items ? collection.items.length : 0;
|
||||
const tags = collection.tags ? collection.tags.join(", ") : "";
|
||||
|
||||
const link = `collections/${collectionId}.md`;
|
||||
const link = `../collections/${collectionId}.md`;
|
||||
const displayName = isFeatured ? `⭐ ${name}` : name;
|
||||
|
||||
collectionsContent += `| [${displayName}](${link}) | ${description} | ${itemCount} items | ${tags} |\n`;
|
||||
|
||||
Reference in New Issue
Block a user