rdflib 2.2.19-1025ebe5 → 2.2.19-c14dfd57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ See:
19
19
 
20
20
  * The [API documentation](https://linkeddata.github.io/rdflib.js/doc/) is partial but useful
21
21
  * [Tutorial: Using rdflib in a Solid web app](https://linkeddata.github.io/rdflib.js/Documentation/webapp-intro.html)
22
- * [Tutorial: Using rdflib.js](https://github.com/solid/solid-tutorial-rdflib.js)
22
+ * [Tutorial: Using rdflib.js](https://github.com/solidos/solid-tutorial-rdflib.js)
23
23
  * [Tutorial: Using Turtle](https://linkeddata.github.io/rdflib.js/Documentation/turtle-intro.html)
24
24
  * [Using authenticated & alternate fetch methods](https://linkeddata.github.io/rdflib.js/Documentation/alternate-fetches.md)
25
25
  * [Block diagram: rdflib modules](https://linkeddata.github.io/rdflib.js/Documentation/diagrams/rdflib-block-diagram.svg)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rdflib",
3
3
  "description": "an RDF library for node.js. Suitable for client and server side.",
4
- "version": "2.2.19-1025ebe5",
4
+ "version": "2.2.19-c14dfd57",
5
5
  "private": false,
6
6
  "browserslist": [
7
7
  "> 0.5%"