Remove missing links

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

1
.gitignore vendored

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

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

Loading…
Cancel
Save