From b5b9d2524a1b07836ea26a41ba570084a3815846 Mon Sep 17 00:00:00 2001 From: stack72 Date: Wed, 18 Dec 2024 22:57:08 +0000 Subject: [PATCH] fix(docs): Fixing up the docs site broken links --- app/docs/src/how-tos/aws-vpc.md | 8 +++++--- .../src/tutorials/editing-components-and-contributing.md | 2 +- app/docs/src/tutorials/index.md | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/docs/src/how-tos/aws-vpc.md b/app/docs/src/how-tos/aws-vpc.md index d528adfef8..52a0a0b680 100644 --- a/app/docs/src/how-tos/aws-vpc.md +++ b/app/docs/src/how-tos/aws-vpc.md @@ -51,7 +51,7 @@ Add a `AWS Region` to your Change Set and set the `region` property to ### Create a VPC Component -![Create a VPC Component](./aws-vpc/create-a-vpc-Component.png) +![Create a VPC Component](./aws-vpc/create-a-vpc-component.png) Add a `VPC` to your `us-east-1` region frame. @@ -221,5 +221,7 @@ Click `Apply Change Set`. All your new resources should be deleted from your AWS account. ## Vocabulary -In this guide bits of System Initiative Vocabulary will be shown with a capital letter. -All definitions for these can be found here: [System Initative - Vocabulary](https://docs.systeminit.com/reference/vocabulary) \ No newline at end of file + +In this guide bits of System Initiative Vocabulary will be shown with a capital +letter. All definitions for these can be found here: +[System Initative - Vocabulary](https://docs.systeminit.com/reference/vocabulary) diff --git a/app/docs/src/tutorials/editing-components-and-contributing.md b/app/docs/src/tutorials/editing-components-and-contributing.md index bff515200b..64ca4ee41f 100644 --- a/app/docs/src/tutorials/editing-components-and-contributing.md +++ b/app/docs/src/tutorials/editing-components-and-contributing.md @@ -8,7 +8,7 @@ To follow along, you should: 1. Finish the [Getting Started tutorial](./getting-started), to have basic knowledge of System Initiative. -2. Finished the [Creating Components tutorial](./creating-Components.md). +2. Finished the [Creating Components tutorial](./creating-components.md). 3. You should have your System Initiative workspace open in another window. diff --git a/app/docs/src/tutorials/index.md b/app/docs/src/tutorials/index.md index 0966db2bd5..235405e3e4 100644 --- a/app/docs/src/tutorials/index.md +++ b/app/docs/src/tutorials/index.md @@ -6,13 +6,13 @@ rather than explaining why things work the way they do. - [Getting Started](./getting-started.md) - learn the basics of building infrastructure and applications with System Initiative. -- [Working with Components](./working-with-Components.md) - how to work more +- [Working with Components](./working-with-components.md) - how to work more deeply with Components in System Initiative. - [Actions and Resources](./actions-and-resources.md) - how to use actions and manage your resources. -- [Creating Components](./creating-Components.md) - how to extend System +- [Creating Components](./creating-components.md) - how to extend System Initiative by creating your own new assets. -- [Editing, Updating, and Contributing Components](./editing-Components-and-contributing.md) - how to edit, upgrade, update, install and contribute assets. +- [Editing, Updating, and Contributing Components](./editing-components-and-contributing.md) - how to edit, upgrade, update, install and contribute assets. ## Vocabulary In this tutorial bits of System Initiative Vocabulary will be shown with a capital letter.