Skip to content

Commit 5f2ffdb

Browse files
committed
Update SnakeYAML link
Closes gh-3302
1 parent a1e3a5a commit 5f2ffdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ for details.
390390
http://yaml.org[YAML] is a superset of JSON, and as such is a very convenient format
391391
for specifying hierarchical configuration data. The `SpringApplication` class will
392392
automatically support YAML as an alternative to properties whenever you have the
393-
http://code.google.com/p/snakeyaml/[SnakeYAML] library on your classpath.
393+
http://www.snakeyaml.org/[SnakeYAML] library on your classpath.
394394

395395
NOTE: If you use '`starter POMs`' SnakeYAML will be automatically provided via
396396
`spring-boot-starter`.

0 commit comments

Comments
 (0)