Update reference to test suite
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 05 Apr 2013 15:55:27 +0200
changeset 1551 3e5d8126cf74
parent 1550 0f69a29842e4
child 1552 51ff978dfba9
Update reference to test suite
spec/latest/json-ld-api/index.html
spec/latest/json-ld/index.html
spec/latest/respec-w3c-extensions.js
--- a/spec/latest/json-ld-api/index.html	Fri Apr 05 15:35:23 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Fri Apr 05 15:55:27 2013 +0200
@@ -30,7 +30,7 @@
       // if there a publicly available Editor's Draft, this is the link
       edDraftURI:           "http://json-ld.org/spec/latest/json-ld-api/index.html",
 
-      testSuiteURI:         "http://json-ld.org/test-suite/",
+      testSuiteURI:         "http://www.w3.org/2013/json-ld-tests/",
 
       // if this is a LCWD, uncomment and set the end of its review period
       // lcEnd: "2009-08-05",
@@ -121,8 +121,7 @@
 
   <p>There are several independent
     <a href="http://json-ld.org/#impl">interoperable implementations</a> of
-    this specification. There is
-    a <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite">fairly complete test suite</a>
+    this specification. There is a fairly complete test suite [[JSON-LD-TESTS]]
     and a <a href="http://json-ld.org/playground/">live JSON-LD editor</a>
     that is capable of demonstrating the features described in
     this document. While there will be continuous development on implementations,
--- a/spec/latest/json-ld/index.html	Fri Apr 05 15:35:23 2013 +0200
+++ b/spec/latest/json-ld/index.html	Fri Apr 05 15:55:27 2013 +0200
@@ -115,8 +115,7 @@
 
   <p>There are several independent
     <a href="http://json-ld.org/#impl">interoperable implementations</a> of
-    this specification. There is a
-    <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite">fairly complete test suite</a>
+    this specification. There is a fairly complete test suite [[JSON-LD-TESTS]]
     and a <a href="http://json-ld.org/playground/">live JSON-LD editor</a>
     that is capable of demonstrating the features described in
     this document. While development on implementations, the test suite
--- a/spec/latest/respec-w3c-extensions.js	Fri Apr 05 15:35:23 2013 +0200
+++ b/spec/latest/respec-w3c-extensions.js	Fri Apr 05 15:55:27 2013 +0200
@@ -2,7 +2,7 @@
 var localBibliography = {
     "JSON-LD": "Manu Sporny, Gregg Kellogg, Markus Lanthaler, Editors. <cite><a href=\"http://json-ld.org/spec/latest/json-ld-syntax/\">JSON-LD 1.0</a>.</cite> W3C Editor's Draft (work in progress). URL: <a href=\"http://json-ld.org/spec/latest/json-ld-syntax/\">http://json-ld.org/spec/latest/json-ld-syntax/</a>",
     "JSON-LD-API": "Markus Lanthaler, Gregg Kellogg, Manu Sporny, Editors. <cite><a href=\"http://json-ld.org/spec/latest/json-ld-api/\">JSON-LD 1.0 Processing Algorithms and API</a>.</cite> W3C Editor's Draft (work in progress). URL: <a href=\"http://json-ld.org/spec/latest/json-ld-api/\">http://json-ld.org/spec/latest/json-ld-api/</a>",
-    "JSON-LD-TESTS": "<cite><a href=\"http://dvcs.w3.org/hg/json-ld/raw-file/default/test-suite/\">JSON-LD Test Suite</a></cite> (work in progress).",
+    "JSON-LD-TESTS": "<cite><a href=\"http://www.w3.org/2013/json-ld-tests/\">JSON-LD 1.0 Test Suite</a></cite>. W3C Test Suite (work in progress). URL: <a href=\"http://www.w3.org/2013/json-ld-tests/\">http://www.w3.org/2013/json-ld-tests/</a>",
     "IEEE-754-1985": "IEEE. <cite>IEEE Standard for Binary Floating-Point Arithmetic.</cite> URL: <a href=\"http://standards.ieee.org/reading/ieee/std_public/description/busarch/754-1985_desc.html\">http://standards.ieee.org/reading/ieee/std_public/description/busarch/754-1985_desc.html</a>",
     "RDF11-CONCEPTS": "Richard Cyganiak, David Wood, Editors. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-concepts-20130115/\">RDF 1.1 Concepts and Abstract Syntax.</a></cite> 15 January 2013. W3C Working Draft (work in progress). URL: <a href=\"http://www.w3.org/TR/2013/WD-rdf11-concepts-20130115/\">http://www.w3.org/TR/2013/WD-rdf11-concepts-20130115/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/rdf11-concepts/\">http://www.w3.org/TR/rdf11-concepts/</a>",
     "MICRODATA": "Ian Hickson, Editor. <cite><a href=\"http://www.w3.org/TR/2012/WD-microdata-20121025/\">HTML Microdata</a>.</cite> 25 October 2012. W3C Working Draft (work in progress). URL: <a href=\"http://www.w3.org/TR/2012/WD-microdata-20121025/\">http://www.w3.org/TR/2012/WD-microdata-20121025/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/microdata/\">http://www.w3.org/TR/microdata/</a>",