From 7d4300d6c45354bdda5a57ffd3495fbcbf847492 Mon Sep 17 00:00:00 2001 From: Colleen O'Rourke Date: Mon, 7 Oct 2019 12:14:15 -0700 Subject: [PATCH] Fix broken link on Java page --- src/collections/_documentation/clients/java/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/_documentation/clients/java/index.md b/src/collections/_documentation/clients/java/index.md index 2b6bde06d11157..fc639584f666e0 100644 --- a/src/collections/_documentation/clients/java/index.md +++ b/src/collections/_documentation/clients/java/index.md @@ -37,7 +37,7 @@ Once you've configured one of the integrations below, you can _also_ use Sentry' ## Configuration {#config} -Use the configuration below in combination with any of the integrations from above. The configuration will only work after an integration is installed. After that, [set your DSN]{#setting-the-dsn}. +Use the configuration below in combination with any of the integrations from above. The configuration will only work after an integration is installed. After that, [set your DSN](#setting-the-dsn). ### Setting the DSN (Data Source Name) {#setting-the-dsn}