From 17c8415e44e521b0fe46111b7261e5db8a514071 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 2 Sep 2013 12:07:04 -0700 Subject: [PATCH] Relative wiki links don't work. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c95b27..6ea884c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ the collection of files that make up a Java application. It was designed as a replacement for [Java Web Start](http://java.sun.com/products/javawebstart/) due to limitations in Java Web Start's architecture which are outlined in the -[rationale](wiki/Rationale) section. +[rationale](https://github.com/threerings/getdown/wiki/Rationale) section. ## How do I use it? @@ -16,9 +16,9 @@ can be posted to the [OOO Libs Google group]. ## How does it work? -The main design and operation of Getdown is detailed on the [design](wiki/Design) page. You can -also browse the [javadoc documentation] and [source code] if you're interested in implementation -details. +The main design and operation of Getdown is detailed on the +[design](https://github.com/threerings/getdown/wiki/Design) page. You can also browse the +[javadoc documentation] and [source code] if you're interested in implementation details. ## Where can I see it in action?