changing the test cases document URL
authorNandana Mihindukulasooriya <nandana.cse@gmail.com>
Tue, 17 Jun 2014 18:08:46 +0200
changeset 664 f1455c31529a
parent 663 9b7e41bcda71
child 665 6ba28bd40100
changing the test cases document URL
ldp-primer/ldp-primer.html
--- a/ldp-primer/ldp-primer.html	Tue Jun 17 17:57:42 2014 +0200
+++ b/ldp-primer/ldp-primer.html	Tue Jun 17 18:08:46 2014 +0200
@@ -184,9 +184,10 @@
       localBiblio: {
         "LDP-BP": {
           title: "LDP Best Practices and Guidelines",
-          href: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/ldp-bp/ldp-bp.html",
+          href: "http://www.w3.org/2012/ldp/hg/ldp-bp/ldp-bp.html",
           authors: [
-            "Cody Burleson",
+            "Cody Burleson",
+            "Miguel Esteban Gutiérrez",
             "Nandana Mihindukulasooriya"
           ],
           status: "WD",
@@ -197,9 +198,10 @@
         },
         "LDP-TESTS": {
           title: "Linked Data Platform 1.0 Test Cases",
-          href: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/Test%20Cases/LDP%20Test%20Cases.html",
+          href: "http://www.w3.org/2012/ldp/hg/tests/ldp-testsuite.html",
           authors: [
-            "Raúl García-Castro"
+            "Raúl García-Castro",
+            "Fernando Serena"
           ],
           status: "WD",
           deliveredBy: [
@@ -505,7 +507,7 @@
       <pre title="Request - basic container retrieval after resource created" class="example">
     GET /alice/ HTTP/1.1
     Host: example.org
-    Accept: text/turtle
+    Accept: text/turtle, application/ld+json
      </pre>
 
      <pre title="Response - basic container retrieval after resource created" class='example' data-include='bcget_res.txt' data-oninclude='fixCode'/>