Craig Walls 13 лет назад
Родитель
Сommit
2b702dbc05
1 измененных файлов: 3 добавлений и 3 удалений
  1. 3
    3
      README.md

+ 3
- 3
README.md Просмотреть файл

11
 
11
 
12
 In the `start` folder, you'll find a bare project, ready for you to copy-n-paste code snippets from this document. In the `complete` folder, you'll find the complete project code.
12
 In the `start` folder, you'll find a bare project, ready for you to copy-n-paste code snippets from this document. In the `complete` folder, you'll find the complete project code.
13
 
13
 
14
-Before we can write the REST service itself, there's some initial project setup that's required. Or, you can skip straight to the [fun part]().
14
+Before we can write the REST service itself, there's some initial project setup that's required. Or, you can skip straight to the [fun part](#creating-a-representation-class).
15
 
15
 
16
 Selecting Dependencies
16
 Selecting Dependencies
17
 ----------------------
17
 ----------------------
171
 * Creating self-describing APIs with HATEOAS
171
 * Creating self-describing APIs with HATEOAS
172
 * Securing a REST service with HTTP Basic
172
 * Securing a REST service with HTTP Basic
173
 * Securing a REST service with OAuth
173
 * Securing a REST service with OAuth
174
-* Consuming REST APIs
175
-* Testing REST APIs
174
+* [Consuming REST services](https://github.com/springframework-meta/gs-consuming-rest-core/blob/master/README.md)
175
+* Testing REST services
176
 
176
 
177
 
177