Selaa lähdekoodia

Update path to macro content

Greg Turnquist 10 vuotta sitten
vanhempi
commit
5d8cf2b4b5
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5
    5
      README.adoc

+ 5
- 5
README.adoc Näytä tiedosto

@@ -18,20 +18,20 @@ You'll build a simple web application with Spring Boot and add some useful servi
18 18
 
19 19
 == What you'll need
20 20
 
21
-include::https://raw.github.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
21
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
22 22
 
23
-include::https://raw.github.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
23
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
24 24
 
25 25
 
26 26
 [[scratch]]
27 27
 == Set up the project
28 28
 
29
-include::https://raw.github.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
29
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
30 30
 
31
-include::https://raw.github.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
31
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
32 32
 
33 33
 
34
-include::https://raw.github.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
34
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
35 35
 
36 36
 `build.gradle`
37 37
 // AsciiDoc source formatting doesn't support groovy, so using java instead