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).