From fffbd5c2d743b8ea80071a6458ea81457cdc0872 Mon Sep 17 00:00:00 2001 From: SkyWorker Date: Tue, 28 Jul 2015 23:40:11 +0900 Subject: [PATCH] fix link --- README.md | 6 +++--- scouter.agent/src/scouter/agent/asm/DbcOpenASM.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 161d74e93..f6913810f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ But now more and more systems are using open source S/W. If you use a Tomcat, SCOUTER will be the best choice to monitor it. ### Documents - - [Getting Started](./Getting-Started) - - [Getting Start Profiling SQL](./Getting-Start-Profile-SQL) - - [Client Screen Help](./How-To-Use-Client) + - [Getting Started](../../wiki/Getting-Started) + - [Getting Start Profiling SQL](../../wiki/Getting-Start-Profile-SQL) + - [Client Screen Help](../../wiki/How-To-Use-Client) - [More Documents](../../wiki/) ### Download diff --git a/scouter.agent/src/scouter/agent/asm/DbcOpenASM.java b/scouter.agent/src/scouter/agent/asm/DbcOpenASM.java index feb5b6940..5920583eb 100644 --- a/scouter.agent/src/scouter/agent/asm/DbcOpenASM.java +++ b/scouter.agent/src/scouter/agent/asm/DbcOpenASM.java @@ -98,7 +98,7 @@ public MethodVisitor visitMethod(int access, String name, String desc, String si return mv; } - String fullname = "OPEN-DBC " + StringUtil.cutLastString(className, '/') + "." + name; + String fullname = "OPEN " + StringUtil.cutLastString(className, '/') + "." + name; int fullname_hash = HashUtil.hash(fullname); DataProxy.sendMethodName(fullname_hash, fullname);