From 6d3b012024d9015495f63b951cdee4e698a3d881 Mon Sep 17 00:00:00 2001 From: Chris Dailey Date: Mon, 31 Dec 2018 12:13:20 -0700 Subject: [PATCH] Fix the link to Java WebStart: http://java.sun.com/products/javawebstart/ now eventually redirects to: https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cacd4e7..9612f97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Getdown (yes, it's the funky stuff) is a system for deploying Java applications to end-user computers, as well as keeping those applications up to date. -It was designed as a replacement for [Java Web Start](http://java.sun.com/products/javawebstart/) +It was designed as a replacement for [Java Web Start](https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/) due to limitations in Java Web Start's architecture which are outlined in the [rationale](https://github.com/threerings/getdown/wiki/Rationale) section.