This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new f667ead doc updates
f667ead is described below
commit f667ead080af7f285e150632c1aab785c856c219
Author: Robert Lazarski <[email protected]>
AuthorDate: Mon Aug 16 09:14:03 2021 -1000
doc updates
---
src/site/xdoc/docs/json_support.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/docs/json_support.xml
b/src/site/xdoc/docs/json_support.xml
index a21fc39..d136441 100644
--- a/src/site/xdoc/docs/json_support.xml
+++ b/src/site/xdoc/docs/json_support.xml
@@ -29,7 +29,7 @@
<p>Update: This documentation represents early forms of JSON
conventions, Badgerfish and Mapped. GSON support was added a few
years later. Moshi support is now included as an alternative to
- GSON. For users of JSON seeking modern features, see <a href=
+ GSON. For users of JSON seeking modern features, see the <a href=
"json_support_gson.html">JSON Support Guide.</a>. For users of
JSON and Spring Boot, see the sample application in the <a href=
"json-springboot-userguide.html">JSON and Spring Boot User's
Guide.</a>