Skip to content

Commit 4853f11

Browse files
move images
1 parent f0ab51c commit 4853f11

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ELASTIC_APM = {
2929

3030
The precedence is as follows:
3131

32-
* [Central configuration](#config-central_config) (supported options are marked with [![dynamic config](../images/dynamic-config.svg "") ](#dynamic-configuration))
32+
* [Central configuration](#config-central_config) (supported options are marked with [![dynamic config](images/dynamic-config.svg "") ](#dynamic-configuration))
3333
* Environment variables
3434
* Inline configuration
3535
* Framework-specific configuration
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/reference/lambda-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Both the [{{apm-lambda-ext}}](apm-aws-lambda://reference/index.md) and the Pytho
2929
To add the layers to your Lambda function through the AWS Management Console:
3030

3131
1. Navigate to your function in the AWS Management Console
32-
2. Scroll to the Layers section and click the *Add a layer* button ![image of layer configuration section in AWS Console](../images/config-layer.png "")
32+
2. Scroll to the Layers section and click the *Add a layer* button ![image of layer configuration section in AWS Console](images/config-layer.png "")
3333
3. Choose the *Specify an ARN* radio button
3434
4. Copy and paste the following ARNs of the {{apm-lambda-ext}} layer and the APM agent layer in the *Specify an ARN* text input:
3535
* APM Extension layer:
@@ -44,7 +44,7 @@ To add the layers to your Lambda function through the AWS Management Console:
4444
```
4545
1. Replace `{AWS_REGION}` with the AWS region of your Lambda function.
4646
47-
![image of choosing a layer in AWS Console](../images/choose-a-layer.png "")
47+
![image of choosing a layer in AWS Console](images/choose-a-layer.png "")
4848
5. Click the *Add* button
4949
::::::
5050
@@ -159,7 +159,7 @@ ELASTIC_APM_SEND_STRATEGY = background <4>
159159
3. This is your APM secret token.
160160
4. The [ELASTIC_APM_SEND_STRATEGY](apm-aws-lambda://reference/aws-lambda-config-options.md#_elastic_apm_send_strategy) defines when APM data is sent to your Elastic APM backend. To reduce the execution time of your lambda functions, we recommend to use the background strategy in production environments with steady load scenarios.
161161

162-
![Python environment variables configuration section in AWS Console](../images/python-lambda-env-vars.png "")
162+
![Python environment variables configuration section in AWS Console](images/python-lambda-env-vars.png "")
163163
::::::
164164

165165
::::::{tab-item} AWS CLI

0 commit comments

Comments
 (0)