Skip to content

Commit ec9fbf6

Browse files
chore(deps): update dependency markdownlint-cli to v0.45.0 (open-telemetry#13874)
1 parent 310287f commit ec9fbf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-markdown-lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414

1515
- name: Run markdownlint
1616
run: |
17-
npx markdownlint-cli@0.44.0 -c .github/config/markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md
17+
npx markdownlint-cli@0.45.0 -c .github/config/markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md

docs/safety-mechanisms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of the agent.
2929
## Muzzle compile time checks
3030

3131
Muzzle is the tool we use to ensure we do not apply agent instrumentation if it would break the
32-
user's app. Details on its implementation can be found [here](./contributing/muzzle.md).
32+
user's app. Details on its implementation can be found in [muzzle](./contributing/muzzle.md).
3333

3434
Continuous build runs a muzzle compile time check for every library. This check will select random
3535
versions of the library available in Maven and check if our agent will cleanly apply to it. The
@@ -51,7 +51,7 @@ potentially cause linkage errors.
5151

5252
## Classloader separation
5353

54-
See more detail about the class loader separation [here](./contributing/javaagent-structure.md).
54+
See more details about the class loader separation in [javaagent structure](./contributing/javaagent-structure.md).
5555

5656
The Java agent makes sure to include as little code as possible in the user app's class loader, and
5757
all code that is included is either unique to the agent itself or shaded in the agent build. This is

0 commit comments

Comments
 (0)