docs: fix build system doc links

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-08 19:35:14 +01:00
parent 227714a0ef
commit 3cdb6c79ba
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ Options:
## package start
Starts the package for local development. See the frontend and backend development parts in the build system [bundling](./cli-build-system#bundling) section for more details.
Starts the package for local development. See the frontend and backend development parts in the build system [bundling](./cli-build-system.md#bundling) section for more details.
```text
Usage: backstage-cli package start [options]
@@ -110,7 +110,7 @@ Options:
## package build
Build an individual package based on its role. See the build system [building](./cli-build-system#building) and [bundling](./cli-build-system#bundling) sections for more details.
Build an individual package based on its role. See the build system [building](./cli-build-system.md#building) and [bundling](./cli-build-system.md#bundling) sections for more details.
```text
Usage: backstage-cli package build [options]