Skip to content

Commit 42b7ade

Browse files
authored
doc: fix example README relative links (#134)
1 parent 7e9679f commit 42b7ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Consult the [AWS CDK | Getting Started](https://docs.aws.amazon.com/cdk/v2/guide
2727
#### CloudFormation Profile
2828
A profile should be created in the AWS Secrets Manager, containing the MongoDB Atlas Programmatic API Key.
2929

30-
Use [this template](../profile-secret.yaml) to create a [new CloudFormation stack](https://console.aws.amazon.com/cloudformation/home#/stacks/create) for the default profile that all resources will attempt to use unless a different override is specified.
30+
Use [this template](profile-secret.yaml) to create a [new CloudFormation stack](https://console.aws.amazon.com/cloudformation/home#/stacks/create) for the default profile that all resources will attempt to use unless a different override is specified.
3131

3232
## Using the examples
3333
Once your prerequisites are configured, use the examples in this folder as a starting template for a resource to quickly create a new AWS cdk application.
3434

35-
For example, the [cluster example](/l1-resources/cluster.ts) creates a project & cluster in your MongoDB Atlas organization, using a Typescript application. The example requires the following to be configured:
35+
For example, the [cluster example](l1-resources/cluster.ts) creates a project & cluster in your MongoDB Atlas organization, using a Typescript application. The example requires the following to be configured:
3636
* A new CDK application, in a folder named `cdk-testing`
3737
```bash
3838
cdk init app --language typescript
@@ -41,7 +41,7 @@ For example, the [cluster example](/l1-resources/cluster.ts) creates a project &
4141
```bash
4242
npm install awscdk-resources-mongodbatlas
4343
```
44-
* Replace the generated `lib/cdk-testing-stack.ts` file with the [cluster example](/l1-resources/cluster.ts) content
44+
* Replace the generated `lib/cdk-testing-stack.ts` file with the [cluster example](l1-resources/cluster.ts) content
4545
* Your application to be built successfully
4646
```bash
4747
npm run build

0 commit comments

Comments
 (0)