From 1e35e8279c42a7cc9ed880e430c8bc2e12d89eaf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 24 Apr 2018 08:35:13 +0100 Subject: [PATCH] Polish Slate sample's README --- samples/rest-notes-slate/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/rest-notes-slate/README.md b/samples/rest-notes-slate/README.md index bb4de692..9b031fc0 100644 --- a/samples/rest-notes-slate/README.md +++ b/samples/rest-notes-slate/README.md @@ -14,11 +14,11 @@ open build/docs/api-guide.html ## Details The bulk of the documentation is written in Markdown in the file named -[slate/api-guide.md.erb][2]. When the documentation is built, snippets generated by +[slate/source/api-guide.md.erb][2]. When the documentation is built, snippets generated by Spring REST Docs in the [ApiDocumentation][3] tests are incorporated into this documentation by [ERB][4]. The combined Markdown document is then turned into HTML. -[1]: https://github.com/tripit/slate -[2]: slate/api-guide.md.erb +[1]: https://github.com/lord/slate +[2]: slate/source/api-guide.html.md.erb [3]: src/test/java/com/example/notes/ApiDocumentation.java [4]: http://ruby-doc.org/stdlib-2.2.3/libdoc/erb/rdoc/ERB.html \ No newline at end of file