From 99ff10f4e62ccbe4985f8a475b473303da69d16a Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Wed, 26 Jan 2022 22:28:35 +0100 Subject: [PATCH] Update README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99e7259..7999e55 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ An implementation of the [JSON-LD] standard for Elixir and [RDF.ex]. +The API documentation can be found [here](https://hexdocs.pm/json_ld/). For a guide and more information about RDF.ex and it's related projects, go to . + ## Features @@ -130,12 +132,6 @@ JSON.LD.write_string(dataset, "file.jsonld", pretty: [indent: "\t"]) ``` -## Getting help - -- [Documentation](http://hexdocs.pm/json_ld) -- [Google Group](https://groups.google.com/d/forum/rdfex) - - ## Contributing see [CONTRIBUTING](CONTRIBUTING.md) for details.