From f9326e82bd02321c6846d66ea012424e88f3f0fd Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 31 Dec 2015 23:59:46 +0000 Subject: Correct some outdated URLs --- src/modules/java-vm.eselect.in | 2 +- 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" "${tool} is not available for ${vm_handle} -Gentoo Java User Guide" +Gentoo Java User Guide" fi fi fi -- cgit v1.2.3-65-gdbad