From 1a9af53840e8763596344ca8b7e104b2e4dc327e Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 2 Jul 2013 12:12:43 -0500 Subject: [PATCH] Fix download link --- README.md | 5 ++++- README.src.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8372d3a948..863f1e659d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ In a project directory of your choosing, create the following subdirectory struc TODO: mention that we're using Spring Bootstrap's [_starter POMs_](../gs-bootstrap-starter) here. -Note to experienced Maven users who are unaccustomed to using an external parent project: you can take it out later, it's just there to reduce the amount of code you have to write to get started. +> Note to experienced Maven users who don't use an external parent project: You can take out the project later, it's just there to reduce the amount of code you have to write to get started. + ### Create business data @@ -462,3 +463,5 @@ Summary ------- Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database. + +[zip]: https://github.com/springframework-meta/gs-batch-processing/archive/master.zip diff --git a/README.src.md b/README.src.md index 3f60a3d5db..5824fe8217 100644 --- a/README.src.md +++ b/README.src.md @@ -130,3 +130,5 @@ Summary ------- Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database. + +[zip]: https://github.com/springframework-meta/gs-batch-processing/archive/master.zip