Skip to content

Commit d590e01

Browse files
committed
docs: Updated links in README
1 parent d631fcc commit d590e01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<a href="https://github.com/antonbabenko/modules.tf-lambda"><img src="https://raw.githubusercontent.com/antonbabenko/modules.tf-lambda/master/misc/modulestf-logo.png" alt="modules.tf - Infrastructure as code generator - from visual diagrams to Terraform" width="210" height="70" align="right" /></a>
77

8-
Code in this repository is used for generating infrastructure as Terraform configurations from visual diagrams created using [Cloudcraft](https://cloudcraft.co).
8+
Code in this repository is used for generating infrastructure as Terraform configurations from visual diagrams created using [Cloudcraft](https://www.cloudcraft.co).
99

1010
[modules.tf](https://github.com/antonbabenko/modules.tf-lambda) is an open-source project by [Anton Babenko](https://github.com/antonbabenko).
1111

1212

1313
## How can I try this?
1414

15-
1. Sign up for free account to [Cloudcraft.co](https://cloudcraft.co/app).
15+
1. Sign up for free account to [Cloudcraft.co](https://www.cloudcraft.co/app).
1616
1. Draw AWS architecture in web-browser (you can import live AWS resources, too).
1717
1. Click "Export" and "Terraform code export" at the top right side.
1818
1. Download archive and extract it locally.
@@ -33,9 +33,9 @@ In [modules.tf-demo](https://github.com/antonbabenko/modules.tf-demo) repository
3333

3434
## Supporters
3535

36-
<a href="https://cloudcraft.co/" target="_blank"><img src="https://raw.githubusercontent.com/antonbabenko/modules.tf-lambda/master/misc/cloudcraft-logo.png" alt="Cloudcraft - the best way to draw AWS diagrams" width="211" height="56" align="right" /></a>
36+
<a href="https://www.cloudcraft.co/" target="_blank"><img src="https://raw.githubusercontent.com/antonbabenko/modules.tf-lambda/master/misc/cloudcraft-logo.png" alt="Cloudcraft - the best way to draw AWS diagrams" width="211" height="56" align="right" /></a>
3737

38-
This project was partially sponsored by [Cloudcraft - the best way to draw AWS diagrams](https://cloudcraft.co).<br clear="all">
38+
This project was partially sponsored by [Cloudcraft - the best way to draw AWS diagrams](https://www.cloudcraft.co).<br clear="all">
3939

4040
Monitoring of serverless applications provided by [Thundra](https://www.thundra.io/).
4141

handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def load_data(event):
4343
if 403 == r.status_code:
4444
raise ValueError("Sharing has been disabled for this blueprint." +
4545
" You have to enable it by clicking 'Export' -> 'Get shareable link'" +
46-
" on https://cloudcraft.co/app/", 403)
46+
" on https://www.cloudcraft.co/app/", 403)
4747

4848
elif r.status_code >= 500:
4949
raise ValueError("Something went wrong on cloudcraft side. Can't fetch specified blueprint." +

0 commit comments

Comments
 (0)