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
This commit is contained in:
Trevor Johns
2016-05-25 16:10:56 -07:00
parent 8fc4c789f1
commit 05dd9d2c29

View File

@@ -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>