Skip to content

Commit e9a9b00

Browse files
Remove or ignore dead links
1 parent 5a4c755 commit e9a9b00

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

.github/workflows/markdownlint-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
},
99
{
1010
"pattern": "127.0.0.1"
11+
},
12+
{
13+
"pattern": "https://navalabs.atlassian.net/browse/DST-"
1114
}
1215
],
1316
"replacementPatterns": [

infra/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,17 @@ Generally, you should use the Make targets or the underlying bin scripts, but yo
7070

7171
To set up this project for the first time (i.e., it has never been deployed to the target AWS account):
7272

73-
1. [Install this template](/README.md#installation) into an application that meets the [Application Requirements](/README.md#application-requirements)
74-
1. You may need to tweak the generated [project configuration](/infra/project-config/main.tf) depending on your needs. <!-- markdown-link-check-disable-line -->
75-
2. [Set up infrastructure developer tools](/docs/infra/set-up-infrastructure-tools.md)
76-
3. [Set up AWS account](/docs/infra/set-up-aws-account.md)
77-
4. [Set up the virtual network (VPC)](/docs/infra/set-up-network.md)
78-
5. Optionally [set up system notifications for CI/CD workflows](/docs/infra/system-notifications.md)
79-
6. For each application:
73+
74+
1. [Set up infrastructure developer tools](/docs/infra/set-up-infrastructure-tools.md)
75+
1. [Set up AWS account](/docs/infra/set-up-aws-account.md)
76+
1. [Set up the virtual network (VPC)](/docs/infra/set-up-network.md)
77+
1. Optionally [set up system notifications for CI/CD workflows](/docs/infra/system-notifications.md)
78+
1. For each application:
8079
1. [Set up application build repository](/docs/infra/set-up-app-build-repository.md)
81-
2. [Set up application database](/docs/infra/set-up-database.md)
82-
3. [Set up application environment](/docs/infra/set-up-app-env.md)
83-
4. [Configure environment variables and secrets](/docs/infra/environment-variables-and-secrets.md)
84-
5. [Set up background jobs](/docs/infra/background-jobs.md)
80+
1. [Set up application database](/docs/infra/set-up-database.md)
81+
1. [Set up application environment](/docs/infra/set-up-app-env.md)
82+
1. [Configure environment variables and secrets](/docs/infra/environment-variables-and-secrets.md)
83+
1. [Set up background jobs](/docs/infra/background-jobs.md)
8584

8685
### 🆕 New developer
8786

0 commit comments

Comments
 (0)