diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md
index f59fe32516..cdb9b1135c 100644
--- a/docs/getting-started/configuration.md
+++ b/docs/getting-started/configuration.md
@@ -1,7 +1,7 @@
---
id: index
-title: Getting Started, configuring backstage
-description: Getting started with your initial backstage configuration
+title: Getting Started, configuring Backstage
+description: Getting started with your initial Backstage configuration
---
This is part two of the Getting Started documentation of Backstage. The steps in
@@ -115,7 +115,7 @@ as advertised.
If you want to read more about the database configuration, here's some helpful
links:
-- [Configuring Plugin Databases](https://backstage.io/docs/tutorials/configuring-plugin-databases#privileges)
+- [Configuring Plugin Databases](../tutorials/configuring-plugin-databases#privileges)
- [Read more about Knex](http://knexjs.org/), which is the library we use for
the database backend
@@ -123,11 +123,11 @@ links:
There's multiple authentication providers available for you to use with
Backstage, feel free to follow
-[the instructions for adding authentication](https://backstage.io/docs/auth/).
+[the instructions for adding authentication](../auth/).
For this tutorial we choose to use GitHub, a free service most of you might be
familiar with. For other options, see
-[the auth provider documentation](https://backstage.io/docs/auth/github/provider#create-an-oauth-app-on-github).
+[the auth provider documentation](../auth/github/provider#create-an-oauth-app-on-github).
Go to
[https://github.com/settings/applications/new](https://github.com/settings/applications/new)
@@ -140,9 +140,9 @@ likely be `http://127.0.0.1:7007/api/auth/github/handler/frame`.
@@ -233,8 +233,8 @@ That's settled. This information will be leveraged by other plugins.
Some helpful links, for if you want to learn more about:
-- [Other available integrations](https://backstage.io/docs/integrations/)
-- [Using GitHub Apps instead of a Personal Access Token](https://backstage.io/docs/plugins/github-apps#docsNav)
+- [Other available integrations](../integrations/)
+- [Using GitHub Apps instead of a Personal Access Token](../plugins/github-apps#docsNav)
### Explore what we've done so far