Skip to content

Commit 2881179

Browse files
committed
update readme and fix links
1 parent a2e04bb commit 2881179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CoverageJSON Cookbook
22

3-
This cookbook introduces the [CoverageJSON](https://github.com/Reading-eScience-Centre/coveragejson/blob/master/spec.md) format in an interactive and easy way. It is targeted at anyone who wants to create or understand CoverageJSON documents. It makes use of the [CoverageJSON Playground](http://reading-escience-centre.github.io/covjson-playground/) which is a web tool that visualizes CoverageJSON documents and allows to edit them with immediate feedback.
3+
This cookbook introduces the [CoverageJSON](http://covjson.org) format in an interactive and easy way. It is targeted at anyone who wants to create or understand CoverageJSON documents. It makes use of the [CoverageJSON Playground](http://covjson.org/playground/) which is a web tool that visualizes CoverageJSON documents and allows to edit them with immediate feedback.
44

5-
The [source code of this book](https://github.com/Reading-eScience-Centre/coveragejson-cookbook) is hosted on GitHub. If you have any suggestions for improvement or want to contribute specific content, please create [an issue](https://github.com/Reading-eScience-Centre/coveragejson-cookbook/issues) or submit [a pull request](https://github.com/Reading-eScience-Centre/coveragejson-cookbook/pulls).
5+
The [source code of this book](https://github.com/covjson/cookbook) is hosted on GitHub. If you have any suggestions for improvement or want to contribute specific content, please create [an issue](https://github.com/covjson/cookbook/issues) or submit [a pull request](https://github.com/covjson/cookbook/pulls).

macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% macro playgroundLink(filename, title='Open in Playground') -%}
2-
[{{ title }}](http://reading-escience-centre.github.io/covjson-playground/#https://raw.githubusercontent.com/reading-escience-centre/coveragejson-cookbook/master/examples/{{ filename }})
2+
<a href="http://covjson.org/playground/#https://raw.githubusercontent.com/covjson/cookbook/master/examples/{{ filename }}" target="_blank">{{ title }}</a>
33
{%- endmacro %}
44

55
{% macro exampleCode(filename) -%}

0 commit comments

Comments
 (0)