Skip to content

Commit 3e228d6

Browse files
kaizenccmrgrain
andauthored
chore(cli): update gc link (#113)
Updates link to reflect new repo name. Fixes aws/aws-cdk#33566 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license Co-authored-by: Momo Kornher <[email protected]>
1 parent 9d80cfc commit 3e228d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: packages/aws-cdk/lib/cli/cli-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function makeConfig(): Promise<CliConfig> {
9898
},
9999
},
100100
gc: {
101-
description: 'Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/README.md#cdk-gc',
101+
description: 'Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk-cli/tree/main/packages/aws-cdk#cdk-gc',
102102
arg: {
103103
name: 'ENVIRONMENTS',
104104
variadic: true,

Diff for: packages/aws-cdk/lib/cli/parse-command-line-arguments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export function parseCommandLineArguments(args: Array<string>): any {
311311
)
312312
.command(
313313
'gc [ENVIRONMENTS..]',
314-
'Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/README.md#cdk-gc',
314+
'Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk-cli/tree/main/packages/aws-cdk#cdk-gc',
315315
(yargs: Argv) =>
316316
yargs
317317
.option('action', {

Diff for: packages/aws-cdk/lib/cli/user-input.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface UserInput {
4141
readonly bootstrap?: BootstrapOptions;
4242

4343
/**
44-
* Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/README.md#cdk-gc
44+
* Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk-cli/tree/main/packages/aws-cdk#cdk-gc
4545
*/
4646
readonly gc?: GcOptions;
4747

@@ -529,7 +529,7 @@ export interface BootstrapOptions {
529529
}
530530

531531
/**
532-
* Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/README.md#cdk-gc
532+
* Garbage collect assets. Options detailed here: https://github.com/aws/aws-cdk-cli/tree/main/packages/aws-cdk#cdk-gc
533533
*
534534
* @struct
535535
*/

0 commit comments

Comments
 (0)