diff options
| author | 2016-05-26 02:19:23 +0000 | |
|---|---|---|
| committer | 2016-05-26 02:19:23 +0000 | |
| commit | 5513b6776e0b00fd0444cf4f964451d0ef61a511 (patch) | |
| tree | bd2b87461df72a30a2bc857ec356dd364d82fc00 | |
| parent | fbf3a0964a458508f834bffd18198394037bb5c1 (diff) | |
| parent | 46c1d5a5d2b4c1d6a680f7af5c3973486c1fef2c (diff) | |
docs: Fix broken link in Volley training am: 05dd9d2c29 am: 346114e346 am: c8c2abed0e
am: 46c1d5a5d2
* commit '46c1d5a5d2b4c1d6a680f7af5c3973486c1fef2c':
docs: Fix broken link in Volley training
Change-Id: Ib5ae3925cca39db0145bb4c6e6eeb53488bfc316
| -rw-r--r-- | docs/html/training/volley/request.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/volley/request.jd b/docs/html/training/volley/request.jd index a2b2ecd9b06e..97efc178345c 100644 --- a/docs/html/training/volley/request.jd +++ b/docs/html/training/volley/request.jd @@ -38,7 +38,7 @@ This lesson describes how to use the common request types that Volley supports:< <p>If your expected response is one of these types, you probably won't have to implement a custom request. This lesson describes how to use these standard request types. For -information on how to implement your own custom request, see <a href="requests-custom.html"> +information on how to implement your own custom request, see <a href="request-custom.html"> Implementing a Custom Request</a>.</p> |