diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index b7bf7d448d..2105df5e0a 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -275,8 +275,8 @@ otherwise something went terribly wrong. ![Software template main screen, with a blue button to add an existing component](../assets/getting-started/b-existing-1.png) -- As URL use `https://github.com/backstage/demo/blob/master/catalog-info.yaml`. - This is used by our [demo site](https://demo.backstage.io). +- As URL use `https://github.com/backstage/backstage/blob/master/catalog-info.yaml`. + This is used in our [demo site](https://demo.backstage.io) catalog. ![Register a new component wizard, asking for an URL to the existing component YAML file](../assets/getting-started/b-existing-2.png) @@ -285,7 +285,7 @@ otherwise something went terribly wrong. ![Register a new component wizard, showing the metadata for the component YAML we use in this tutorial](../assets/getting-started/b-existing-3.png) - You should receive a message that your entities have been added. -- If you go back to `Home`, you should be able to find `demo`. You should be +- If you go back to `Home`, you should be able to find `backstage`. You should be able to click it and see the details ## Create a new component using a software template diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index cd5a1725c9..11de12feb9 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -26,7 +26,7 @@ you to use the [Contributors](https://github.com/backstage/backstage/blob/master On MacOS, you will want to have run `xcode-select --install` to get the XCode command line build tooling in place. - An account with elevated rights to install the dependencies - `curl` or `wget` installed -- Node.js [Active LTS Release](https://nodejs.org/en/blog/release/) installed using one of these +- Node.js [Active LTS Release](https://nodejs.org/en/about/previous-releases) installed using one of these methods: - Using `nvm` (recommended) - [Installing nvm](https://github.com/nvm-sh/nvm#install--update-script)