Skip to content

Commit

Permalink
Merge pull request #5164 from systeminit/fix-docs
Browse files Browse the repository at this point in the history
fix(docs): Fixing up the docs site broken links
  • Loading branch information
stack72 authored Dec 18, 2024
2 parents da56846 + b5b9d25 commit 48ea059
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions app/docs/src/how-tos/aws-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)

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)
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions app/docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 48ea059

Please sign in to comment.