File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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' , {
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments