Skip to content

Commit 6aec0ec

Browse files
docs: update hidden marketplace links
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 4208d0a commit 6aec0ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ copilot plugin install psmodule-process
1313
```
1414

1515
The plugin provides the
16-
[`pester-migration`](../../plugins/psmodule-process/skills/pester-migration/SKILL.md)
16+
[`pester-migration`](./plugins/psmodule-process/skills/pester-migration/SKILL.md)
1717
skill for migrating every Pester test set in a PSModule repository to Pester
1818
6.1.0. Verify the installation with:
1919

@@ -24,4 +24,4 @@ copilot plugin list
2424

2525
The marketplace manifest is
2626
[`marketplace.json`](./marketplace.json); plugin metadata is in
27-
[`plugin.json`](../../plugins/psmodule-process/plugin.json).
27+
[`plugin.json`](./plugins/psmodule-process/plugin.json).

.github/plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "psmodule-process",
1313
"description": "PSModule process guidance and reusable skills for PowerShell module repositories.",
1414
"version": "1.0.0",
15-
"source": "plugins/psmodule-process"
15+
"source": ".github/plugin/plugins/psmodule-process"
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)