Fix the link in the documentation to the default snippet templates

Closes gh-160
This commit is contained in:
Johnny Lim
2015-10-29 20:49:34 +09:00
committed by Andy Wilkinson
parent e8cf957f15
commit a3c3bef093

View File

@@ -521,7 +521,7 @@ sample applications to see this functionality in action.
==== Customizing the generated snippets
Spring REST Docs uses https://mustache.github.io[Mustache] templates to produce the
generated snippets.
{source}/spring-restdocs/src/main/resources/org/springframework/restdocs/templates[Default
{source}/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates[Default
templates] are provided for each of the snippets that Spring REST Docs can produce. To
customize a snippet's content, you can provide your own template.