Skip to content

Commit 8e46a0e

Browse files
committed
fix(domains): fix domains docs link
1 parent e864c5a commit 8e46a0e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

aws-node-express-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provider:
66
name: aws
77
runtime: nodejs20.x
88
# Uncomment to easily set up a custom domain. Read the docs for more details:
9-
# https://www.serverless.com/framework/docs/providers/aws/guide/alerts
9+
# https://www.serverless.com/framework/docs/providers/aws/guide/domains
1010
# domain: api.example.com
1111

1212
functions:

aws-node-express-dynamodb-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ provider:
1111
name: aws
1212
runtime: nodejs20.x
1313
# Uncomment to easily set up a custom domain. Read the docs for more details:
14-
# https://www.serverless.com/framework/docs/providers/aws/guide/alerts
14+
# https://www.serverless.com/framework/docs/providers/aws/guide/domains
1515
# domain: api.example.com
1616
iam:
1717
role:

aws-node-http-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
name: aws
66
runtime: nodejs20.x
77
# Uncomment to easily set up a custom domain. Read the docs for more details:
8-
# https://www.serverless.com/framework/docs/providers/aws/guide/alerts
8+
# https://www.serverless.com/framework/docs/providers/aws/guide/domains
99
# domain: api.example.com
1010

1111
functions:

aws-python-flask-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider:
1010
name: aws
1111
runtime: python3.12
1212
# Uncomment to easily set up a custom domain. Read the docs for more details:
13-
# https://www.serverless.com/framework/docs/providers/aws/guide/alerts
13+
# https://www.serverless.com/framework/docs/providers/aws/guide/domains
1414
# domain: api.example.com
1515

1616
functions:

aws-python-flask-dynamodb-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provider:
1919
name: aws
2020
runtime: python3.12
2121
# Uncomment to easily set up a custom domain. Read the docs for more details:
22-
# https://www.serverless.com/framework/docs/providers/aws/guide/alerts
22+
# https://www.serverless.com/framework/docs/providers/aws/guide/domains
2323
# domain: api.example.com
2424
iam:
2525
role:

aws-python-http-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
name: aws
66
runtime: python3.12
77
# Uncomment to easily set up a custom domain. Read the docs for more details:
8-
# https://www.serverless.com/framework/docs/providers/aws/guide/alerts
8+
# https://www.serverless.com/framework/docs/providers/aws/guide/domains
99
# domain: api.example.com
1010

1111
functions:

0 commit comments

Comments
 (0)