Skip to content

Commit 20d49e3

Browse files
committed
More doc link fixes
1 parent 71c6d1e commit 20d49e3

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/markdownlint-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pattern": "127.0.0.1"
1111
},
1212
{
13-
"pattern": " https://github.com/navapbc/template-infra-azure"
13+
"pattern": "https://github.com/navapbc/template-infra-azure"
1414
}
1515
],
1616
"replacementPatterns": [

docs/infra/set-up-app-env.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ The application environment setup process will:
99

1010
Before setting up the application's environments you'll need to have:
1111

12-
1. [A compatible application in the app folder](https://github.com/navapbc/template-infra/blob/main/template-only-docs/application-requirements.md)
13-
2. [Configure the app](/infra/app/app-config/main.tf). Make sure you update `has_database` to `true` or `false` depending on whether or not your application has a database to integrate with.
12+
1. [A compatible application in the app
13+
folder](https://github.com/navapbc/template-infra/blob/main/template-only-docs/application-requirements.md)
14+
1. Configure the app in `infra/<APP_NAME>/app-config/main.tf`.
15+
1. Make sure you update `has_database` to `true` or `false` depending on
16+
whether or not your application has a database to integrate with.
1417
1. If you're configuring your production environment, make sure to update the
1518
`service_cpu`, `service_memory`, and `service_desired_instance_count`
1619
settings based on the project's needs. If your application is sensitive to
1720
performance, consider doing a load test.
18-
3. [Create a nondefault VPC to be used by the application](./set-up-network.md)
19-
4. (If the application has a database) [Set up the database for the application](./set-up-database.md)
21+
1. [Create a nondefault VPC to be used by the application](./set-up-network.md)
22+
1. (If the application has a database) [Set up the database for the
23+
application](./set-up-database.md)
2024

2125
## 1. Configure backend
2226

0 commit comments

Comments
 (0)