Skip to content

Commit f816a1b

Browse files
authored
chore: Fix URLs in md (#297)
Fixes #296 This change is to fix URLs that return 404 errors. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent cd35a1c commit f816a1b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/@aws-cdk/cloud-assembly-schema/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aw
55
## Cloud Assembly
66

77
The _Cloud Assembly_ is the output of the synthesis operation. It is produced as part of the
8-
[`cdk synth`](https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk#cdk-synthesize)
9-
command, or the [`app.synth()`](https://github.com/aws/aws-cdk/blob/main/packages/@aws-cdk/core/lib/app.ts#L135) method invocation.
8+
[`cdk synth`](https://github.com/aws/aws-cdk-cli/tree/main/packages/aws-cdk#cdk-synthesize)
9+
command, or the [`app.synth()`](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/core/lib/stage.ts#L219) method invocation.
1010

1111
Its essentially a set of files and directories, one of which is the `manifest.json` file. It defines the set of instructions that are
1212
needed in order to deploy the assembly directory.
@@ -51,4 +51,3 @@ cannot be guaranteed because some instructions will be ignored.
5151
## Contributing
5252

5353
See [Contribution Guide](./CONTRIBUTING.md)
54-

packages/@aws-cdk/node-bundle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ Note that this will balloon up the package size significantly.
151151
If you are bundling a CLI application that also has top level exports, we suggest to extract
152152
the CLI functionality into a function, and add this function as an export to `index.js`.
153153

154-
> See [aws-cdk](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/bin/cdk.ts) as an example.
154+
> See [aws-cdk](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/bin/cdk) as an example.

packages/aws-cdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ and might have breaking changes in the future.
536536
- `Fn::Split`
537537
- `Fn::Sub`
538538

539-
> *: `Fn::GetAtt` is only partially supported. Refer to [this implementation](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/evaluate-cloudformation-template.ts#L477-L492) for supported resources and attributes.
539+
> *: `Fn::GetAtt` is only partially supported. Refer to [this implementation](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/cloudformation/evaluate-cloudformation-template.ts#L256-L266) for supported resources and attributes.
540540
541541
### `cdk rollback`
542542

0 commit comments

Comments
 (0)