Skip to content

Commit 6e3eb1b

Browse files
fix: link now that it is public (#3)
1 parent 4e87a47 commit 6e3eb1b

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {
88
"description": "Curated Copilot plugins for enterprise C# development, Coalesce framework, and Vue 3 with Vuetify. Designed to support SOLID principles, best practices, and architectural excellence.",
99
"version": "1.0.0",
10-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io",
10+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins",
1111
"repository": "https://github.com/IntelliTect-dev/IntelliPlugins",
1212
"license": "MIT"
1313
},

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ copilot plugin install solid-principles@IntelliPlugins
2121

2222
### Browse All Plugins
2323

24-
Visit [help pages](https://upgraded-dollop-mvkkwvo.pages.github.io/) for documentation, examples, and installation guides.
24+
Visit [help pages](https://intellitect-dev.github.io/IntelliPlugins/) for documentation, examples, and installation guides.
2525

2626
## Available Plugins
2727

@@ -45,7 +45,7 @@ Visit [help pages](https://upgraded-dollop-mvkkwvo.pages.github.io/) for documen
4545
- **[Getting Started](docs/guides/getting-started.md)** - Your first steps with IntelliPlugins
4646
- **[Usage Examples](docs/guides/usage-examples.md)** - Real-world scenarios
4747
- **[Installation Guide](docs/plugins/installation-guide.md)** - Detailed setup
48-
- **[Full Documentation](https://upgraded-dollop-mvkkwvo.pages.github.io/)** - Complete guides and examples
48+
- **[Full Documentation](https://intellitect-dev.github.io/IntelliPlugins/)** - Complete guides and examples
4949

5050
## Repository Structure
5151

plugins/coalesce-accelerator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ This plugin includes three comprehensive instruction files:
146146

147147
## Related Plugins
148148

149-
- **[C# Best Practices](https://upgraded-dollop-mvkkwvo.pages.github.io//plugins/csharp-best-practices)** — SOLID principles and architectural patterns for .NET
150-
- **[Vuetify Components](https://upgraded-dollop-mvkkwvo.pages.github.io//plugins/vuetify-components)** — Material Design UI component library for Vue 3
151-
- **[Testing Essentials](https://upgraded-dollop-mvkkwvo.pages.github.io//plugins/testing-essentials)** — Unit, integration, and E2E testing strategies
149+
- **[C# Best Practices](https://intellitect-dev.github.io/IntelliPlugins//plugins/csharp-best-practices)** — SOLID principles and architectural patterns for .NET
150+
- **[Vuetify Components](https://intellitect-dev.github.io/IntelliPlugins//plugins/vuetify-components)** — Material Design UI component library for Vue 3
151+
- **[Testing Essentials](https://intellitect-dev.github.io/IntelliPlugins//plugins/testing-essentials)** — Unit, integration, and E2E testing strategies
152152

153153
## Architecture Highlights
154154

plugins/coalesce-accelerator/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "IntelliTect-dev",
77
"license": "MIT",
8-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/coalesce-accelerator",
8+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/coalesce-accelerator",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",

plugins/csharp-best-practices/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "IntelliTect-dev",
77
"license": "MIT",
8-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/csharp-best-practices",
8+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/csharp-best-practices",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",

plugins/enterprise-bug-fixing/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "IntelliTect-dev",
77
"license": "MIT",
8-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/enterprise-bug-fixing",
8+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/enterprise-bug-fixing",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",

plugins/solid-principles/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "IntelliTect-dev",
77
"license": "MIT",
8-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/solid-principles",
8+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/solid-principles",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",

plugins/testing-essentials/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "IntelliTect-dev",
77
"license": "MIT",
8-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/testing-essentials",
8+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/testing-essentials",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",

plugins/vuetify-components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ WCAG compliance, semantic HTML, ARIA attributes, keyboard navigation, and inclus
321321

322322
## Related Plugins
323323

324-
- **[SOLID Principles & Architecture](https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/solid-principles)** — Enterprise code quality and design patterns to structure your Vue applications professionally
325-
- **[Coalesce Accelerator](https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/coalesce-accelerator)** — Full-stack data access patterns that complement your Vue UI
324+
- **[SOLID Principles & Architecture](https://intellitect-dev.github.io/IntelliPlugins/plugins/solid-principles)** — Enterprise code quality and design patterns to structure your Vue applications professionally
325+
- **[Coalesce Accelerator](https://intellitect-dev.github.io/IntelliPlugins/plugins/coalesce-accelerator)** — Full-stack data access patterns that complement your Vue UI
326326

327327
## Vuetify Documentation
328328

plugins/vuetify-components/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "IntelliTect-dev",
77
"license": "MIT",
8-
"homepage": "https://upgraded-dollop-mvkkwvo.pages.github.io/plugins/vuetify-components",
8+
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/vuetify-components",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",

0 commit comments

Comments
 (0)