You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Classes provided by the HTTP-RPC framework include:
29
29
*[WebServiceProxy](#webserviceproxy) - client-side invocation proxy for web services
30
30
*[JSONEncoder and JSONDecoder](#jsonencoder-and-jsondecoder) - encodes/decodes an object hierarchy to/from JSON
31
31
*[CSVEncoder and CSVDecoder](#csvencoder-and-csvdecoder) - encodes/decodes an iterable sequence of values to/from CSV
32
-
*[TemplateEncoder](#templateencoder) - encodes an object hierarchy using a template document
32
+
*[TemplateEncoder](#templateencoder) - encodes an object hierarchy using a [template document](template-reference.md)
33
33
*[BeanAdapter](#beanadapter) - map adapter for Java beans
34
34
*[ResultSetAdapter and Parameters](#resultsetadapter-and-parameters) - iterable adapter for JDBC result sets/applies named parameter values to prepared statements
35
35
*[ElementAdapter](#elementadapter) - map adapter for XML elements
0 commit comments