From 5f2ffdb9e282f94a183f1c10f5a7b23726b36a29 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 22 Jun 2015 10:44:23 +0200 Subject: [PATCH] Update SnakeYAML link Closes gh-3302 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index e86d069a8ef..acb9d135316 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -390,7 +390,7 @@ for details. http://yaml.org[YAML] is a superset of JSON, and as such is a very convenient format for specifying hierarchical configuration data. The `SpringApplication` class will automatically support YAML as an alternative to properties whenever you have the -http://code.google.com/p/snakeyaml/[SnakeYAML] library on your classpath. +http://www.snakeyaml.org/[SnakeYAML] library on your classpath. NOTE: If you use '`starter POMs`' SnakeYAML will be automatically provided via `spring-boot-starter`.