Browse Source

Fix 404 issue for Github sample

The old link is invalid, got an 404 page not found error.
pull/403/head
Huang YunKun 9 years ago committed by Adrian Cole
parent
commit
54b7347e57
  1. 2
      README.md

2
README.md

@ -13,7 +13,7 @@ Feign works by processing annotations into a templatized request. Just before s
### Basics ### Basics
Usage typically looks like this, an adaptation of the [canonical Retrofit sample](https://github.com/square/retrofit/blob/master/samples/github-client/src/main/java/com/example/retrofit/GitHubClient.java). Usage typically looks like this, an adaptation of the [canonical Retrofit sample](https://github.com/square/retrofit/blob/master/samples/src/main/java/com/example/retrofit/SimpleService.java).
```java ```java
interface GitHub { interface GitHub {

Loading…
Cancel
Save