diff options
| -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> |