Merge pull request #14999 from TheMonolithX64/fix-backstage-update-docs-cli-links
docs: Update broken links to cli docs
This commit is contained in:
@@ -13,7 +13,7 @@ starting point that's meant to be evolved.
|
||||
|
||||
The Backstage CLI has a command to bump all `@backstage` packages and
|
||||
dependencies you're using to the latest versions:
|
||||
[versions:bump](https://backstage.io/docs/cli/commands#versionsbump).
|
||||
[versions:bump](https://backstage.io/docs/local-dev/cli-commands#versionsbump).
|
||||
|
||||
```bash
|
||||
yarn backstage-cli versions:bump
|
||||
@@ -70,7 +70,7 @@ example, depends on global referential equality. This can cause problems in
|
||||
Backstage with API lookup, or config loading.
|
||||
|
||||
To help resolve these situations, the Backstage CLI has
|
||||
[versions:check](https://backstage.io/docs/cli/commands#versionscheck). This
|
||||
[versions:check](https://backstage.io/docs/local-dev/cli-commands#versionscheck). This
|
||||
will validate versions of `@backstage` packages in your app to check for
|
||||
duplicate definitions:
|
||||
|
||||
|
||||
@@ -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/):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user