diff options
-rw-r--r-- | src/modules/java-vm.eselect.in | 2 | ||||
-rw-r--r-- | src/scripts/run-java-tool.bash.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in index 68a5493..c964a34 100644 --- a/src/modules/java-vm.eselect.in +++ b/src/modules/java-vm.eselect.in @@ -90,7 +90,7 @@ do_list() { if [[ "${found_build_only}" == "TRUE" ]]; then write_warning_msg "VMs marked as Build Only may contain Security Vulnerabilities and/or be EOL." write_warning_msg "Gentoo recommends not setting these VMs as either your System or User VM." - write_warning_msg "Please see http://www.gentoo.org/doc/en/java.xml#build-only for more information." + write_warning_msg "Please see https://wiki.gentoo.org/wiki/Java#Build_Only_VM for more information." fi } 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 |