Skip to content

Commit 1731e5c

Browse files
authored
Merge pull request #2932 from aws-observability/patch41
[release/v0.41.x] cherry-pick:pin markdown lint due to 3.12.2
2 parents 1ec79e6 + 85a5bae commit 1731e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
fetch-depth: 0
7272
- name: Install markdown-link-check
73-
run: npm install -g markdown-link-check
73+
run: npm install -g markdown-link-check@3.12.2
7474

7575
- name: Run markdown-link-check in the developers docs
7676
run: |

docs/developers/linux-rpm-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [AWS Distro for OpenTelemetry documentation](https://aws-otel.github.io/docs
77
### Install ADOT Collector on ECS EC2
88
See [AWS Distro for OpenTelemetry documentation](https://aws-otel.github.io/docs/setup/ecs) for detailed information on installing ADOT Collector on ECS.
99

10-
#### enable debugging log
10+
#### Enable debugging log
1111

1212
add a key value pair into `/opt/aws/aws-otel-collector/etc/extracfg.txt` and restart collector
1313

0 commit comments

Comments
 (0)