From 4aaab6c2a14f98fabcb54b3d47cab7b963bd1224 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 13 Nov 2015 20:20:35 -0800 Subject: [PATCH] Remove obsolete docs folder --- docs/README.adoc | 4 ---- docs/howto.md | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 docs/README.adoc delete mode 100644 docs/howto.md diff --git a/docs/README.adoc b/docs/README.adoc deleted file mode 100644 index e845b2e219..0000000000 --- a/docs/README.adoc +++ /dev/null @@ -1,4 +0,0 @@ -= NOTE - -Documentation can now be found in the `spring-boot-docs` project. This folder will be -removed at a future date. diff --git a/docs/howto.md b/docs/howto.md deleted file mode 100644 index f002a07256..0000000000 --- a/docs/howto.md +++ /dev/null @@ -1,10 +0,0 @@ -# How Do I Do That With Spring Boot? - -**The How-to is now part of the reference documentation.** - -The How-to guide has moved and is now published as part of the reference documentation. -You can find the latest browsable copy at -http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto - -If you want to contribute to the How-to the source is available at -[`spring-boot-docs/src/main/asciidoc/howto.adoc`](../spring-boot-docs/src/main/asciidoc/howto.adoc).