Skip to content

Commit d2fcfce

Browse files
authored
Copyedits for Java pages (open-telemetry#1209)
1 parent cd9e633 commit d2fcfce

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/en/docs/instrumentation/java/automatic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Automatic instrumentation with Java uses a Java agent JAR that can be attached
1111
to any Java 8+ application. It dynamically injects bytecode to capture telemetry
1212
from many popular libraries and frameworks. It can be used to capture telemetry
1313
data at the "edges" of an app or service, such as inbound requests, outbound
14-
HTTP calls, database calls, and so on. To instrument application code in your
15-
app or service, use [Manual Instrumentation](../manual)
14+
HTTP calls, database calls, and so on. To learn how to manually instrument your
15+
service or app code, see [Manual instrumentation](../manual).
1616

1717
## Setup
1818

content/en/docs/instrumentation/java/examples.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Instrumentation Examples
3-
linkTitle: Examples
2+
title: Examples
43
aliases:
54
- /docs/java/instrumentation_examples
65
- /docs/instrumentation/java/instrumentation_examples

0 commit comments

Comments
 (0)