File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ of the agent.
2929## Muzzle compile time checks
3030
3131Muzzle 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
3434Continuous build runs a muzzle compile time check for every library. This check will select random
3535versions 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
5656The Java agent makes sure to include as little code as possible in the user app's class loader, and
5757all code that is included is either unique to the agent itself or shaded in the agent build. This is
You can’t perform that action at this time.
0 commit comments