From aa43bfa426115bbf15399f93453c07b239fbbedd Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 6 Oct 2021 14:06:47 -0500 Subject: [PATCH 1/2] chore: fix broken link --- getting-started.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/getting-started.md b/getting-started.md index 42000c812..668500bdb 100644 --- a/getting-started.md +++ b/getting-started.md @@ -37,11 +37,10 @@ the application (you can get a trial license for free [create organizations](./admin/organizations/index.md), and create an OAuth app for your users to [connect to your Git provider](./admin/git.md). -At a minimum, you’ll want to ensure you -[add a container registry](./admin/registries/index.md) for your development -environments to pull from, and [import an image](./images/importing.md) with the -tools your developers need. You can -[create custom images](./guides/customization/custom-workspace.md) for your +At a minimum, you’ll want to ensure you [add a container +registry](./admin/registries/index.md) for your development environments to pull +from, and [import an image](./images/importing.md) with the tools your +developers need. You can [create custom images](images/writing.md) for your developer workspaces as well. ## Provision users From 8a372746570100af55ebc8cf80d02a582affd836 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 6 Oct 2021 14:07:54 -0500 Subject: [PATCH 2/2] update URL --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 668500bdb..f1f268ad2 100644 --- a/getting-started.md +++ b/getting-started.md @@ -40,7 +40,7 @@ for your users to [connect to your Git provider](./admin/git.md). At a minimum, you’ll want to ensure you [add a container registry](./admin/registries/index.md) for your development environments to pull from, and [import an image](./images/importing.md) with the tools your -developers need. You can [create custom images](images/writing.md) for your +developers need. You can [create custom images](./images/writing.md) for your developer workspaces as well. ## Provision users