Skip to content

Commit

Permalink
fixed broken link in Docstring (#6021)
Browse files Browse the repository at this point in the history
old link pointed to a page that no longer exists.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
richardhboyd and mergify[bot] authored Feb 3, 2020
1 parent d522d26 commit 0999990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export interface AppProps {
* CloudFormation templates and assets that are needed to deploy this app into
* the AWS cloud.
*
* @see https://docs.aws.amazon.com/cdk/latest/guide/apps_and_stacks.html
* @see https://docs.aws.amazon.com/cdk/latest/guide/apps.html
*/
export class App extends Construct {

Expand Down

0 comments on commit 0999990

Please sign in to comment.