From 427e2864cd8cb8f997b2a419109d310bb45792f5 Mon Sep 17 00:00:00 2001 From: Anders Riutta Date: Sun, 24 Nov 2013 19:43:08 -0800 Subject: [PATCH 1/4] update src uris to js files to replace raw.github links with github.io links --- tester/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/index.html b/tester/index.html index 7cabb7a..ba9ee2a 100644 --- a/tester/index.html +++ b/tester/index.html @@ -18,12 +18,12 @@ - + - + From c3f934e1e4b360f172bb048f1483fa68c6ef9a78 Mon Sep 17 00:00:00 2001 From: Anders Riutta Date: Sun, 24 Nov 2013 19:47:28 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db6bbd4..5f5a5fb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JSON-LD Macros is a library to define declarative transformations of JSON objects obtained from a remote web service into JSON-LD objects. The ultimate goal of the library is to make it easier the process of consuming JSON APIs from RDF/JSON-LD applications. Similar ideas for transforming JSON documents into RDF have been explored in projects like [jsonGRDDL](http://buzzword.org.uk/2008/jsonGRDDL/spec.20100903). -A demo is available [here](http://antoniogarrote.github.com/json-ld-macros/) . +A demo is available [here](http://ariutta.github.io/json-ld-macros/) . ## A Minimal example From b47b2a61fcf952818405ae5d2670a7ff8f0b037b Mon Sep 17 00:00:00 2001 From: Anders Riutta Date: Sun, 24 Nov 2013 19:47:51 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5a5fb..4e03ac8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JSON-LD Macros is a library to define declarative transformations of JSON objects obtained from a remote web service into JSON-LD objects. The ultimate goal of the library is to make it easier the process of consuming JSON APIs from RDF/JSON-LD applications. Similar ideas for transforming JSON documents into RDF have been explored in projects like [jsonGRDDL](http://buzzword.org.uk/2008/jsonGRDDL/spec.20100903). -A demo is available [here](http://ariutta.github.io/json-ld-macros/) . +A demo is available [here](http://ariutta.github.io/json-ld-macros/tester/) . ## A Minimal example From a3cd61643b9b044d50142dd02d38d3a397a29747 Mon Sep 17 00:00:00 2001 From: Anders Riutta Date: Mon, 25 Nov 2013 10:02:44 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e03ac8..7f620b5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JSON-LD Macros is a library to define declarative transformations of JSON objects obtained from a remote web service into JSON-LD objects. The ultimate goal of the library is to make it easier the process of consuming JSON APIs from RDF/JSON-LD applications. Similar ideas for transforming JSON documents into RDF have been explored in projects like [jsonGRDDL](http://buzzword.org.uk/2008/jsonGRDDL/spec.20100903). -A demo is available [here](http://ariutta.github.io/json-ld-macros/tester/) . +A demo is available at [the github.io demo page](http://ariutta.github.io/json-ld-macros/tester/). ## A Minimal example