Skip to content

Commit abd5c0c

Browse files
Fix repo links
1 parent 7b8a07c commit abd5c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RDF/JS Wrapper
22

3-
[![Test Workflow](https://github.com/theodi/rdfjs-wrapper/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/theodi/rdfjs-wrapper/actions/workflows/ci.yml?query=branch%3Amain)
3+
[![Test Workflow](https://github.com/rdfjs/wrapper/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/rdfjs/wrapper/actions/workflows/ci.yml?query=branch%3Amain)
44
[![npm](https://img.shields.io/npm/v/rdfjs-wrapper)](https://www.npmjs.com/package/rdfjs-wrapper)
55

66
An [RDF/JS](https://rdf.js.org/data-model-spec/) object mapping library.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/theodi/wrapper.git"
16+
"url": "git+https://github.com/rdfjs/wrapper.git"
1717
},
1818
"scripts": {
1919
"start": "npm test",

0 commit comments

Comments
 (0)