← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba/data-converters-module

 

Matthias Brantner has proposed merging lp:~matthias-brantner/zorba/bug-fixing into lp:zorba/data-converters-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78515

fix a broken link in the documentation 
-- 
https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78515
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.
=== modified file 'src/com/zorba-xquery/www/modules/converters/json.xq'
--- src/com/zorba-xquery/www/modules/converters/json.xq	2011-08-18 22:09:48 +0000
+++ src/com/zorba-xquery/www/modules/converters/json.xq	2011-10-06 21:56:26 +0000
@@ -31,7 +31,7 @@
   : <p>Both types of functions are available to parse and serialize two
   : types of XDM-JSON mappings:<ul><li>the first mapping called in this document 
   : <strong>simple XDM-JSON</strong> has been
-  : <a href="http://snelson.org.uk/archives/2008/02/parsing_json_in.php#more";>
+  : <a href="http://john.snelson.org.uk/parsing-json-into-xquery";>
   : proposed by John Snelson</a></li><li>the second mapping is called 
   : <a href="http://jsonml.org/";>JsonML</a></li></ul>In the following, we
   : briefly describe both mappings.</p>
@@ -62,7 +62,7 @@
   : @author Sorin Nasoi
   : @library <a href="http://www.digip.org/jansson/";>Jansson library for encoding, decoding and manipulating JSON data</a>
   :
-  : @see <a href="http://snelson.org.uk/archives/2008/02/parsing_json_in.php#more";>Mapping proposed by John Snelson</a>
+  : @see <a href="http://john.snelson.org.uk/parsing-json-into-xquery";>Mapping proposed by John Snelson</a>
   : @see <a href="http://jsonml.org"; target="_blank">JSonML</a>
   : @see <a href="http://www.digip.org/jansson/doc/2.0/";>Jansson library for encoding, decoding and manipulating JSON data</a>
   : @project data processing/data converters


Follow ups