Explorar el Código

Fix create-both-builds macro

Greg Turnquist hace 13 años
padre
commit
ce9e0b5e5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      macros/create_both_builds.asc

+ 1
- 1
macros/create_both_builds.asc Ver fichero

@@ -4,7 +4,7 @@
4 4
 // to see how this macro is used for writing Getting Started guides.
5 5
 //
6 6
 === Create a Gradle build file
7
-Below is the https://github.com/spring-guides/${project_id}/blob/master/initial/build.gradle[initial Gradle build file]. But you can also use Maven. The pom.xml file is included https://github.com/spring-guides/${project_id}/blob/master/initial/pom.xml[right here]. If you are using link:/guides/gs/sts[Spring Tool Suite (STS)], you can import the guide directly.
7
+Below is the https://github.com/spring-guides/{project_id}/blob/master/initial/build.gradle[initial Gradle build file]. But you can also use Maven. The pom.xml file is included https://github.com/spring-guides/{project_id}/blob/master/initial/pom.xml[right here]. If you are using link:/guides/gs/sts[Spring Tool Suite (STS)], you can import the guide directly.
8 8
 
9 9
 // AsciiDoc source formatting doesn't support groovy, so using java instead
10 10
 [source,java]