Browse Source

Remove missing links

pull/79/merge
Dave Syer 12 years ago
parent
commit
6bfc888a58
  1. 1
      .gitignore
  2. 6
      docs/SCRAPBOOK.md

1
.gitignore vendored

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
*#
*~
/build
/code
.classpath
.project
.settings

6
docs/SCRAPBOOK.md

@ -9,8 +9,7 @@ @@ -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: @@ -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.

Loading…
Cancel
Save