ソースを参照

Update path to macro content

Greg Turnquist 10 年 前
コミット
5d8cf2b4b5
共有1 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 5
    5
      README.adoc

+ 5
- 5
README.adoc ファイルの表示

@@ -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