Skip to content

Commit

Permalink
docs(rds): fix a typo in link, Aurora Serverless README (aws#12309)
Browse files Browse the repository at this point in the history
aws#12308


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
douglasnaphas authored Jan 4, 2021
1 parent ce4eb20 commit 410507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ new rds.OptionGroup(stack, 'Options', {
## Serverless
[Amazon Aurora Serverless]((https://aws.amazon.com/rds/aurora/serverless/)) is an on-demand, auto-scaling configuration for Amazon
[Amazon Aurora Serverless](https://aws.amazon.com/rds/aurora/serverless/) is an on-demand, auto-scaling configuration for Amazon
Aurora. The database will automatically start up, shut down, and scale capacity
up or down based on your application's needs. It enables you to run your database
in the cloud without managing any database instances.
Expand Down

0 comments on commit 410507a

Please sign in to comment.