From a382467bf32cc46a199d4c45bfffa4d0dc974f84 Mon Sep 17 00:00:00 2001 From: Rick Brown Date: Fri, 18 Jul 2025 11:12:48 +1000 Subject: [PATCH] Fix broken hyperlink in README The current URL now returns a 404. The new URL references the documentation on 'Configuring with Java System Properties'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5712d7..2870c3f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ This environment variable can be adjusted at runtime: docker run -d -p 8070:8070 -p 8071:8071 --name nexus-iq-server -e JAVA_OPTS="-Doption=value" sonatype/nexus-iq-server ``` -Further, you can [customize parts of the default config.yml settings by using Java system properties](https://help.sonatype.com/iqserver/configuring/advanced-server-configuration) defined inside the environment variable. +Further, you can [customize parts of the default config.yml settings by using Java system properties](https://help.sonatype.com/en/configuring-with-java-system-properties.html) defined inside the environment variable. Example: To customize the logging level that IQ Server will use: