You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix all links to use root paths (/tutorials/ not /docs/tutorials/)
The Astro site serves content from docs/ as the root URL, so all internal
links should use /tutorials/, /how-to/, /explanation/, /reference/ instead
of /docs/tutorials/, etc.
This fixes 404 errors when clicking navigation links on the site.
Copy file name to clipboardExpand all lines: docs/explanation/custom-content-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ BMad supports three types of custom modules, plus standalone agents and workflow
29
29
30
30
Custom modules range from simple collections of related agents, workflows, and tools to complex systems like the BMad Method or even larger applications.
31
31
32
-
Custom modules are [installable](/docs/how-to/install-custom-modules.md) using the standard BMad method and support advanced features:
32
+
Custom modules are [installable](/how-to/install-custom-modules.md) using the standard BMad method and support advanced features:
33
33
34
34
- Optional user information collection during installation and updates
|**[Understanding Module Building](/docs/explanation/module-building-architecture.md)**| How module creation works from planning to scaffolding to implementation |
50
+
|**[Understanding Module Building](/explanation/module-building-architecture.md)**| How module creation works from planning to scaffolding to implementation |
51
51
52
52
## Ecosystem Vision
53
53
54
54
| Topic | Description |
55
55
|-------|-------------|
56
-
|**[The Module Ecosystem Vision](/docs/explanation/module-ecosystem-vision.md)**| How BMad modules create a shared ecosystem of capabilities across every domain |
56
+
|**[The Module Ecosystem Vision](/explanation/module-ecosystem-vision.md)**| How BMad modules create a shared ecosystem of capabilities across every domain |
57
57
58
58
## Advanced Topics
59
59
60
60
| Topic | Description |
61
61
|-------|-------------|
62
-
|**[Facilitation vs Generation](/docs/explanation/facilitation-over-generation.md)**| Workflow design philosophy ||
62
+
|**[Facilitation vs Generation](/explanation/facilitation-over-generation.md)**| Workflow design philosophy ||
Copy file name to clipboardExpand all lines: docs/explanation/what-are-modules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ You can create your own modules for your domain. This includes team-specific wor
35
35
36
36
## Installing Modules
37
37
38
-
Choose which modules to install during setup, or add/remove modules later by re-running the installer. See [Install Custom Modules](/docs/how-to/install-custom-modules.md) for details.
38
+
Choose which modules to install during setup, or add/remove modules later by re-running the installer. See [Install Custom Modules](/how-to/install-custom-modules.md) for details.
0 commit comments