From 2e353742385a920f1872b522ecd82eda7838180d Mon Sep 17 00:00:00 2001 From: Serhii Date: Thu, 3 Jul 2025 10:24:07 +0300 Subject: [PATCH] fix: correct broken link in vs-code-copilot-guide --- .gitignore | 3 ++- docs/agentic-tools/vs-code-copilot-guide.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07398df3..fe259305 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ sample-project/* .bmad-core .bmad-creator-tools .gemini -.bmad*/ \ No newline at end of file +.bmad*/.cursor/ +web-bundles/ diff --git a/docs/agentic-tools/vs-code-copilot-guide.md b/docs/agentic-tools/vs-code-copilot-guide.md index 4b164359..bba32dfb 100644 --- a/docs/agentic-tools/vs-code-copilot-guide.md +++ b/docs/agentic-tools/vs-code-copilot-guide.md @@ -1,6 +1,6 @@ # 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