fix: correct broken link in vs-code-copilot-guide
This commit is contained in:
parent
675778a129
commit
2e35374238
|
|
@ -24,4 +24,5 @@ sample-project/*
|
||||||
.bmad-core
|
.bmad-core
|
||||||
.bmad-creator-tools
|
.bmad-creator-tools
|
||||||
.gemini
|
.gemini
|
||||||
.bmad*/
|
.bmad*/.cursor/
|
||||||
|
web-bundles/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# BMAD Method Guide for Visual Studio Code
|
# BMAD Method Guide for Visual Studio Code
|
||||||
|
|
||||||
This guide covers the setup and usage of the BMAD Method in Visual Studio Code. For the complete workflow, see the [BMAD Workflow Guide](https://www.google.com/search?q=../bmad-workflow-guide.md).
|
This guide covers the setup and usage of the BMAD Method in Visual Studio Code. For the complete workflow, see the [BMAD Workflow Guide](../bmad-workflow-guide.md).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue