From 613c2c8736ea163a0dd84fda2944df00fd537c5b Mon Sep 17 00:00:00 2001 From: Mustafa Haddara Date: Thu, 24 Oct 2024 12:15:03 -0400 Subject: [PATCH] Clean up markdown formatting in README.md --- instrumentation/okhttp/okhttp-3.0/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/okhttp/okhttp-3.0/README.md b/instrumentation/okhttp/okhttp-3.0/README.md index 6b8456bfa..636402d91 100644 --- a/instrumentation/okhttp/okhttp-3.0/README.md +++ b/instrumentation/okhttp/okhttp-3.0/README.md @@ -19,7 +19,7 @@ release](https://search.maven.org/search?q=g:net.bytebuddy%20AND%20a:byte-buddy) This plugin leverages Android's [Transform API](https://developer.android.com/reference/tools/gradle-api/current/com/android/build/api/variant/ScopedArtifactsOperation#toTransform(com.android.build.api.artifact.ScopedArtifact,kotlin.Function1,kotlin.Function1,kotlin.Function1)) to instrument bytecode at compile time. You can find more info on -its [repo page](https://github.com/raphw/byte-buddy/tree/master/byte-buddy-gradle-plugin/android-plugin. +its [repo page](https://github.com/raphw/byte-buddy/tree/master/byte-buddy-gradle-plugin/android-plugin). ```groovy plugins { @@ -41,7 +41,7 @@ automatically. You can configure the automatic instrumentation by using the setters from -the [OkHttpInstrumentation](library/src/main/java/io/opentelemetry/instrumentation/library/okhttp/v3_0/OkHttpInstrumentation.java)) +the [OkHttpInstrumentation](library/src/main/java/io/opentelemetry/instrumentation/library/okhttp/v3_0/OkHttpInstrumentation.java) instance provided via the AndroidInstrumentationLoader as shown below: ```java