diff options
Diffstat (limited to 'src/scripts/run-java-tool.bash.in')
-rw-r--r-- | src/scripts/run-java-tool.bash.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/run-java-tool.bash.in b/src/scripts/run-java-tool.bash.in index bfd5130..2587fee 100644 --- a/src/scripts/run-java-tool.bash.in +++ b/src/scripts/run-java-tool.bash.in @@ -50,7 +50,7 @@ else echo "* IMPORTANT: some Java tools are not available on some VMs on some architectures" >&2 if [ "$(id -u)" != 0 ] && [ -n "${DISPLAY}" ] && type notify-send > /dev/null; then notify-send -i java-icon48 "Gentoo Java Launcher" "<b>${tool}</b> is not available for ${vm_handle} -<a href=\"http://www.gentoo.org/doc/en/java.xml\">Gentoo Java User Guide</a>" +<a href=\"https://wiki.gentoo.org/wiki/Java\">Gentoo Java User Guide</a>" fi fi fi |