aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-12-31 23:59:46 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-01-01 00:00:12 +0000
commitf9326e82bd02321c6846d66ea012424e88f3f0fd (patch)
tree97aef1045cc555aa2db6a7669ee82d7fb96f9cce
parentRemove the java-nsplugin eselect module (diff)
downloadeselect-java-f9326e82bd02321c6846d66ea012424e88f3f0fd.tar.gz
eselect-java-f9326e82bd02321c6846d66ea012424e88f3f0fd.tar.bz2
eselect-java-f9326e82bd02321c6846d66ea012424e88f3f0fd.zip
Correct some outdated URLs
-rw-r--r--src/modules/java-vm.eselect.in2
-rw-r--r--src/scripts/run-java-tool.bash.in2
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