From 5e5d67d35316b95470079afcf3b6a547ab3fd805 Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 6 Sep 2017 23:25:59 -0400 Subject: [PATCH] Symlink to root readme for docs site --- README.md | 9 +++++++-- docs/README.md | 6 +----- 2 files changed, 8 insertions(+), 7 deletions(-) mode change 100644 => 120000 docs/README.md diff --git a/README.md b/README.md index 9708431e..f3629e99 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,13 @@ Dinosaurs have been dead for a long time, so get off it before you start to smel [Download Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) -# JavaDocs -You may find JavaDocs for ACF Core [here](http://aikar.github.io/commands) +# Java Docs +You may find JavaDocs for ACF Core [here]() +- [ACF (Core)](https://aikar.github.io/commands/acf-core) +- [ACF (Bukkit)](https://aikar.github.io/commands/acf-bukkit) +- [ACF (Sponge)](https://aikar.github.io/commands/acf-sponge) +- [ACF (Bungee)](https://aikar.github.io/commands/acf-bungee) + ## Contributing See Issues section. diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 48f07770..00000000 --- a/docs/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Annotation Command Framework Java Docs -- [ACF (Core)](acf-core) -- [ACF (Bukkit)](acf-bukkit) -- [ACF (Sponge)](acf-sponge) -- [ACF (Bungee)](acf-bungee) diff --git a/docs/README.md b/docs/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file