Skip to content

Commit

Permalink
Remove missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Oct 9, 2013
1 parent 33a597b commit 6bfc888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*#
*~
/build
/code
.classpath
.project
.settings
Expand Down
6 changes: 2 additions & 4 deletions docs/SCRAPBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
`Application` class.

0 comments on commit 6bfc888

Please sign in to comment.