Skip to content

Commit 0408325

Browse files
rhcarvalhoAJ
authored andcommitted
fix: Broken links (#2210)
1 parent 98f4c3e commit 0408325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/platforms/java/guides/logback/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Example configuration using the `logback.xml` format:
6363
</configuration>
6464
```
6565

66-
Next, **you’ll need to configure your DSN** (client key) and optionally other values such as `environment` and `release`. [See the configuration page](config/#setting-the-dsn) for ways you can do this.
66+
Next, **you’ll need to configure your DSN** (client key) and optionally other values such as `environment` and `release`. [See the configuration page](configuration/options/#setting-the-dsn) for ways you can do this.
6767

6868
<!-- TODO-ADD-VERIFICATION-EXAMPLE -->
6969

src/wizard/java/logback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ Example configuration using the `logback.xml` format:
6464
</configuration>
6565
```
6666

67-
Next, **you’ll need to configure your DSN** (client key) and optionally other values such as `environment` and `release`. [See the configuration page](/platforms/java/guides/logback/config/#setting-the-dsn) for ways you can do this.
67+
Next, **you’ll need to configure your DSN** (client key) and optionally other values such as `environment` and `release`. [See the configuration page](/platforms/java/guides/logback/configuration/options/#setting-the-dsn) for ways you can do this.
6868

6969
<!-- TODO-ADD-VERIFICATION-EXAMPLE -->

0 commit comments

Comments
 (0)