Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 7b8312b

Browse files
committed
correct minor link and formatting issues in the Setup and Step 1 READMEs
1 parent 5a4b1f8 commit 7b8312b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

WebApplication/0_Setup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ an ID or Amazon Resource Name (ARN), copy and paste that into the scratch pad.
8989

9090
### Next
9191

92-
:white_check_mark: Proceed to the first module, [Static Web Hosting]
93-
[static-web-hosting], wherein you'll deploy a static web site via AWS Amplify Console.
92+
:white_check_mark: Proceed to the first module, [Static Web Hosting][static-web-hosting],
93+
wherein you'll deploy a static web site via AWS Amplify Console.
9494

9595
[region-table]: https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/
9696
[static-web-hosting]: ../1_StaticWebHosting/

WebApplication/1_StaticWebHosting/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Now from your Cloud9 development environment:
7777
7878
#### Populate the git repository
7979
Once your git repository is created and cloned locally, you'll need to pull in the files for your website and sync them up to the repository.
80+
8081
**:white_check_mark: Step-by-step directions**
8182
From your Cloud9 development environment(or local environment)
8283
1. Change directory into your repository:
@@ -125,6 +126,7 @@ If you click on the link for *Master* you'll see various pieces of information a
125126
126127
### Modify the website
127128
The AWS Amplify Console will rebuild and redeploy the app when it detects changes to the connected repository. Make a change to the main page to test out this process.
129+
128130
**:white_check_mark: Step-by-step directions**
129131
1. From your Cloud9 environment open the ```index.html``` file in the root directory of the repository.
130132
1. Modify the title line:

0 commit comments

Comments
 (0)