From 05dd9d2c291c3b5becdf27b78cc0685be3bb5389 Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Wed, 25 May 2016 16:10:56 -0700 Subject: [PATCH] docs: Fix broken link in Volley training Inline link from from "Making a Standard Request" to "Implementing a Custom Request" had a typo in the URL string. Change-Id: I8f7d79e47ea82f423b9e56ef6d908938564a3fe9 --- docs/html/training/volley/request.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/volley/request.jd b/docs/html/training/volley/request.jd index a2b2ecd9b06e2..97efc178345cd 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:<

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 +information on how to implement your own custom request, see Implementing a Custom Request.