From 6bfc888a5814e3f57ef1fab107211857e5fe5d57 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 9 Oct 2013 12:43:06 -0400 Subject: [PATCH] Remove missing links --- .gitignore | 1 + docs/SCRAPBOOK.md | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8b323bac70..8989af1fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *# *~ /build +/code .classpath .project .settings diff --git a/docs/SCRAPBOOK.md b/docs/SCRAPBOOK.md index 8e76d0d378..3cc952ede2 100644 --- a/docs/SCRAPBOOK.md +++ b/docs/SCRAPBOOK.md @@ -9,8 +9,7 @@ |Externalized configuration | Properties or YAML | Support for Spring profiles. Bind automatically to @Bean. | For a quick introduction and to get started quickly with a new -project, carry on reading. For more in depth coverage of the features -of Spring Boot.Strap, go to the [Feature Guide](docs/Features.md). +project, carry on reading. # Getting Started @@ -149,5 +148,4 @@ again and you will see the message: ``` To add more features, add some `@Bean` definitions to your -`Application` class, and read more in the -[Feature Guide](docs/Features.md). \ No newline at end of file +`Application` class.