We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e3a5a commit 5f2ffdbCopy full SHA for 5f2ffdb
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -390,7 +390,7 @@ for details.
390
http://yaml.org[YAML] is a superset of JSON, and as such is a very convenient format
391
for specifying hierarchical configuration data. The `SpringApplication` class will
392
automatically support YAML as an alternative to properties whenever you have the
393
-http://code.google.com/p/snakeyaml/[SnakeYAML] library on your classpath.
+http://www.snakeyaml.org/[SnakeYAML] library on your classpath.
394
395
NOTE: If you use '`starter POMs`' SnakeYAML will be automatically provided via
396
`spring-boot-starter`.
0 commit comments