Skip to content

Commit 6f9445c

Browse files
committed
Update docs
1 parent 0ae28bc commit 6f9445c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/00-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Once you have your AWS account ready, there are two ways to deploy [lambda-layer
4242

4343
### Using canvas layer
4444

45-
After the deployment is completed, you may refer to [usage example]({% link 01-use.md %}) and follow the example where a Lambda function uses the canvas layer to generate PNG graphic with colored text and circle rendered.
45+
After the deployment is completed, you may refer to [usage example]({% link 01-use.md | absolute_url %}) and follow the example where a Lambda function uses the canvas layer to generate PNG graphic with colored text and circle rendered.
4646

4747
## Setup environment to build the layer
4848

docs/01-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /use/
66

77
## Using canvas layer in function
88

9-
Before starting to use the canvas layer, it is required to have the layer deployed through AWS Serverless Application Repository or AWS Lambda console, you may refer to [setup information]({% link 00-setup.md %}) for details. Then, you may create your Lambda function using:
9+
Before starting to use the canvas layer, it is required to have the layer deployed through AWS Serverless Application Repository or AWS Lambda console, you may refer to [setup information]({% link 00-setup.md | absolute_url %}) for details. Then, you may create your Lambda function using:
1010

1111
* AWS Lambda console editor; or
1212
* Local tool in your machine; or

0 commit comments

Comments
 (0)