ソースを参照

Make final edits.

-Tweak wording under "What you'll build" to say what you'll build
-Correct SIDEBAR headings capitalization
-Correct wording of GS titles in SIDEBAR
-Make other very minor edits
Beverley Talbott 13 年 前
コミット
8ce6ca5201
共有2 個のファイルを変更した9 個の追加9 個の削除を含む
  1. 2
    2
      README.ftl.md
  2. 7
    7
      SIDEBAR.md

+ 2
- 2
README.ftl.md ファイルの表示

1
 <#assign project_id="gs-rest-service">
1
 <#assign project_id="gs-rest-service">
2
-This guide walks you through creating a "hello world" [RESTful web service][u-rest] with Spring.
2
+This guide walks you through the process of creating a "hello world" [RESTful web service][u-rest] with Spring.
3
 
3
 
4
 What you'll build
4
 What you'll build
5
 -----------------
5
 -----------------
6
 
6
 
7
-The service will accept HTTP GET requests at:
7
+You'll build a service that will accept HTTP GET requests at:
8
 
8
 
9
     http://localhost:8080/greeting
9
     http://localhost:8080/greeting
10
 
10
 

+ 7
- 7
SIDEBAR.md ファイルの表示

1
-## Related Resources
1
+## Related resources
2
 
2
 
3
-There's more to building RESTful web services than is covered here. You can continue your exploration of Spring and REST with the following resources.
3
+There's more to building RESTful web services than what is covered here. You can continue to explore Spring and REST with the following resources.
4
 
4
 
5
-### Getting Started Guides
5
+### Getting Started guides
6
 
6
 
7
 * [Consuming a RESTful Web Service][gs-consuming-rest]
7
 * [Consuming a RESTful Web Service][gs-consuming-rest]
8
-* [Building a Hypermedia-Driven REST Web Service][gs-rest-hateoas]
9
-* [Consuming REST Services with Spring for Android][gs-consuming-rest-android]
10
-* [Consuming XML from a REST Web Service with Spring for Android][gs-consuming-rest-xml-android]
8
+* [Building a Hypermedia-Driven RESTful Web Service][gs-rest-hateoas]
9
+* [Consuming RESTful Web Services with Spring for Android][gs-consuming-rest-android]
10
+* [Consuming XML from a RESTful Web Service with Spring for Android][gs-consuming-rest-xml-android]
11
 * [Building a RESTful Web Service with Spring Bootstrap Actuator][gs-actuator-service]
11
 * [Building a RESTful Web Service with Spring Bootstrap Actuator][gs-actuator-service]
12
 
12
 
13
 [gs-consuming-rest]: /guides/gs/consuming-rest/
13
 [gs-consuming-rest]: /guides/gs/consuming-rest/
22
 
22
 
23
 [tut-rest]: /guides/tutorials/rest
23
 [tut-rest]: /guides/tutorials/rest
24
 
24
 
25
-### Concepts and Technologies
25
+### Concepts and technologies
26
 
26
 
27
 * [REST][u-rest]
27
 * [REST][u-rest]
28
 * [JSON][u-json]
28
 * [JSON][u-json]