From a3c3bef093fb77ccecd2568a7fa817a1df526f7b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 29 Oct 2015 20:49:34 +0900 Subject: [PATCH] Fix the link in the documentation to the default snippet templates Closes gh-160 --- docs/src/docs/asciidoc/documenting-your-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index 840171c9..25fc52b1 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -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.