Remove missing links

pull/79/merge
Dave Syer 11 years ago
parent 33a597b661
commit 6bfc888a58

1
.gitignore vendored

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

@ -9,8 +9,7 @@
|Externalized configuration | Properties or YAML | Support for Spring profiles. Bind automatically to @Bean. | |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 For a quick introduction and to get started quickly with a new
project, carry on reading. For more in depth coverage of the features project, carry on reading.
of Spring Boot.Strap, go to the [Feature Guide](docs/Features.md).
# Getting Started # Getting Started
@ -149,5 +148,4 @@ again and you will see the message:
``` ```
To add more features, add some `@Bean` definitions to your To add more features, add some `@Bean` definitions to your
`Application` class, and read more in the `Application` class.
[Feature Guide](docs/Features.md).

Loading…
Cancel
Save