Skip to content

Commit

Permalink
fix broken links: java-jfr -> java (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-dunamu authored Aug 29, 2023
1 parent 2fb265b commit 4ed374d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For more documentation on how to add the Pyroscope agent to your code, see the [
<td align="center"><a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/"><img src="https://user-images.githubusercontent.com/23323466/178160550-2b5a623a-0f4c-4911-923f-2c825784d45d.png" width="100px;" alt=""/><br />
<b>Java</b></a><br />
<a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/" title="Documentation">Documentation</a><br />
<a href="https://github.com/grafana/pyroscope/tree/next/examples/java-jfr/rideshare" title="java-examples">Examples</a>
<a href="https://github.com/grafana/pyroscope/tree/next/examples/java/rideshare" title="java-examples">Examples</a>
</td>
<td align="center"><a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/python/"><img src="https://user-images.githubusercontent.com/23323466/178160553-c78b8c15-99b4-43f3-a2a0-252b6c4862b1.png" width="100px;" alt=""/><br />
<b>Python</b></a><br />
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/configure-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To get started choose one of the integrations below:
<td align="center"><a href="https://grafana.com/docs/pyroscope/next/configure-client/language-sdks/java/"><img src="https://user-images.githubusercontent.com/23323466/178160550-2b5a623a-0f4c-4911-923f-2c825784d45d.png" width="100px;" alt=""/><br />
<b>Java</b></a><br />
<a href="https://grafana.com/docs/pyroscope/next/configure-client/language-sdks/java/">Documentation</a><br />
<a href="https://github.com/grafana/pyroscope/tree/main/examples/java-jfr/rideshare" title="java-examples">Examples</a>
<a href="https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare" title="java-examples">Examples</a>
</td>
<td align="center"><a href="https://grafana.com/docs/pyroscope/next/configure-client/grafana-agent/ebpf"><img src="https://user-images.githubusercontent.com/23323466/178160548-e974c080-808d-4c5d-be9b-c983a319b037.png" width="100px;" alt=""/><br />
<b>eBPF</b></a><br />
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/configure-client/language-sdks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following languages SDKs provide support for sending profiles from your appl
<td align="center"><a href="https://grafana.com/docs/pyroscope/next/configure-client/language-sdks/java"><img src="https://user-images.githubusercontent.com/23323466/178160550-2b5a623a-0f4c-4911-923f-2c825784d45d.png" width="100px;" alt=""/><br />
<b>Java</b></a><br />
<a href="https://grafana.com/docs/pyroscope/next/configure-client/language-sdks/java" title="Documentation">Documentation</a><br />
<a href="https://github.com/grafana/pyroscope/tree/main/examples/java-jfr/rideshare" title="java-examples">Examples</a>
<a href="https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare" title="java-examples">Examples</a>
</td>
<td align="center"><a href="https://grafana.com/docs/pyroscope/next/configure-client/language-sdks/python"><img src="https://user-images.githubusercontent.com/23323466/178160553-c78b8c15-99b4-43f3-a2a0-252b6c4862b1.png" width="100px;" alt=""/><br />
<b>Python</b></a><br />
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/configure-client/language-sdks/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ If your Pyroscope server has multi-tenancy enabled, you'll need to configure a t
## Java profiling examples

Check out the following resources to learn more about Java profiling:
- [Java examples](https://github.com/grafana/pyroscope/tree/main/examples/java-jfr/rideshare)
- [Java examples](https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare)
- [Java Demo](https://demo.pyroscope.io/?query=rideshare-app-java.itimer%7B%7D) showing Java example with tags
- [Java blog post](https://github.com/grafana/pyroscope/tree/main/examples/java-jfr/rideshare#readme)
- [Java blog post](https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare#readme)
2 changes: 1 addition & 1 deletion examples/java/rideshare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this example we show a simplified, basic use case of Pyroscope. We simulate a
- `/car` : calls the `orderCar(searchRadius)` function to order a car
- `/scooter` : calls the `orderScooter(searchRadius)` function to order a scooter

We also simulate running 3 distinct servers in 3 different regions (via [docker-compose.yml](https://github.com/pyroscope-io/pyroscope/blob/main/examples/java-jfr/rideshare/docker-compose.yml))
We also simulate running 3 distinct servers in 3 different regions (via [docker-compose.yml](https://github.com/pyroscope-io/pyroscope/blob/main/examples/java/rideshare/docker-compose.yml))
- us-east
- eu-north
- ap-south
Expand Down

0 comments on commit 4ed374d

Please sign in to comment.