Merge pull request #14999 from TheMonolithX64/fix-backstage-update-docs-cli-links

docs: Update broken links to cli docs
This commit is contained in:
Fredrik Adelöw
2022-12-20 09:45:51 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ The backend starts up on port 7007 per default.
### Debugging
The backend is a node process that can be inspected to allow breakpoints and live debugging. To enable this, pass the `--inspect` flag to [backend:dev](https://backstage.io/docs/cli/commands#backenddev).
The backend is a node process that can be inspected to allow breakpoints and live debugging. To enable this, pass the `--inspect` flag to [backend:dev](https://backstage.io/docs/local-dev/cli-build-system#backend-development).
To debug the backend in [Visual Studio Code](https://code.visualstudio.com/):