Skip to content

Commit 02e3470

Browse files
committed
Update docs
1 parent c721ac1 commit 02e3470

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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 [usage example]({{ site.baseurl }}{% 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 [usage example](/lambda-layer-canvas-nodejs/{% 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.
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 [setup information]({{ site.baseurl }}{% 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 [setup information](/lambda-layer-canvas-nodejs/{% link 00-setup.md %}) for details. Then, you may create your Lambda function using:
1010

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

docs/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ title: Canvas Layer for AWS Lambda
22
description: >
33
Cairo backed Mozilla Web Canvas API implementation layer for AWS Lambda
44
theme: minima
5-
baseurl: /lambda-layer-canvas-nodejs
65
minima:
76
social_links:
87
- { platform: github, user_url: "https://github.com/charoitel/lambda-layer-canvas-nodejs" }

0 commit comments

Comments
 (0)