Skip to content

Commit

Permalink
Rename Cloudfront to CloudFront (#129)
Browse files Browse the repository at this point in the history
* [#30] Fix typo in CloudFront

* [#30]Fix typo in CloudFront missing TITLE_WORDS
  • Loading branch information
gabriel-tessier authored May 12, 2020
1 parent 353e7eb commit b446cb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
},
"alibabacloud": {
"alibabacloud": "AlibabaCloud"
},
"aws": {
"cloudfront": "CloudFront"
}
}

Expand Down Expand Up @@ -162,7 +165,7 @@
"DeepLearningContainers": "DLC",
},
"network": {
"Cloudfront": "CF",
"CloudFront": "CF",
"ElasticLoadBalancing": "ELB",
"GlobalAccelerator": "GAX",
},
Expand Down
4 changes: 2 additions & 2 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CloudMap(_Network):
_icon = "cloud-map.png"


class Cloudfront(_Network):
class CloudFront(_Network):
_icon = "cloudfront.png"


Expand Down Expand Up @@ -82,6 +82,6 @@ class VPC(_Network):

# Aliases

CF = Cloudfront
CF = CloudFront
ELB = ElasticLoadBalancing
GAX = GlobalAccelerator
2 changes: 1 addition & 1 deletion docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Node classes list of aws provider.
- **diagrams.aws.network.AppMesh**
- **diagrams.aws.network.ClientVpn**
- **diagrams.aws.network.CloudMap**
- **diagrams.aws.network.Cloudfront**, **CF** (alias)
- **diagrams.aws.network.CloudFront**, **CF** (alias)
- **diagrams.aws.network.DirectConnect**
- **diagrams.aws.network.ElasticLoadBalancing**, **ELB** (alias)
- **diagrams.aws.network.Endpoint**
Expand Down

0 comments on commit b446cb5

Please sign in to comment.