From b7b5b1a451ab368305919bfd9a3b2ad641490496 Mon Sep 17 00:00:00 2001 From: Cristian Ciutea Date: Tue, 18 Jan 2022 11:33:25 +0100 Subject: [PATCH] Update DEVELOP_V2.md --- DEVELOP_V2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOP_V2.md b/DEVELOP_V2.md index 05c10fcb..05555acd 100644 --- a/DEVELOP_V2.md +++ b/DEVELOP_V2.md @@ -38,7 +38,7 @@ import "github.com/newrelic/nrjmx/gojmx" ``` For more information about how to use `gojmx` you can check -the [example](https://github.com/newrelic/nrjmx/blob/jmx_improvements/gojmx/README.md). +the [example](https://github.com/newrelic/nrjmx/blob/master/gojmx/README.md). # Contributing @@ -178,4 +178,4 @@ make code-gen ```bash # build rpm, deb, msi and tarball packages. make release/package -``` \ No newline at end of file +```