This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git
The following commit(s) were added to refs/heads/master by this push:
new 2c8268f Fix java-agent-injector usages link (#62)
2c8268f is described below
commit 2c8268ffa286f41c1149a26da02461c93cd57894
Author: Marc Navarro <[email protected]>
AuthorDate: Fri Jan 28 01:35:35 2022 +0100
Fix java-agent-injector usages link (#62)
---
docs/java-agent-injector.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/java-agent-injector.md b/docs/java-agent-injector.md
index f96d001..7521f12 100644
--- a/docs/java-agent-injector.md
+++ b/docs/java-agent-injector.md
@@ -4,7 +4,7 @@ To use the java agent more natively, we propose the java agent
injector to injec
When enabled in a pod's namespace, the injector injects the java agent
container at pod creation time using a mutating webhook admission controller.
By rendering the java agent to a shared volume, containers within the pod can
use the java agent.
-The following sections describe how to configure the agent, if you want to try
it directly, please see [Usage](examples/java-agent-injector-usage) for more
details.
+The following sections describe how to configure the agent, if you want to try
it directly, please see [Usage](examples/java-agent-injector-usage.md) for more
details.
## Install Injector
@@ -169,4 +169,4 @@ The injector can recognize the following annotations to
configure the sidecar:
## The ways to get the final injected agent's configuration
-Please see [javaagent introduction](javaagent.md) for details.
\ No newline at end of file
+Please see [javaagent introduction](javaagent.md) for details.