Skip to content

Commit 80fd9f2

Browse files
committed
codemeta v3 context fix
1 parent 0ea9dcc commit 80fd9f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Example A (JSON-LD): An application named [WIDOCO](https://github.com/dgarijo/Wi
100100
```json
101101
{
102102
"@context": [
103-
"https://w3id.org/codemeta/v3.0",
103+
"https://w3id.org/codemeta/3.0",
104104
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
105105
"https://w3id.org/software-types"
106106
],
@@ -130,7 +130,7 @@ Example B: A python package ([Chowlk](https://github.com/oeg-upm/Chowlk)) can be
130130
```json
131131
{
132132
"@context": [
133-
"https://w3id.org/codemeta/v3.0",
133+
"https://w3id.org/codemeta/3.0",
134134
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
135135
"https://w3id.org/software-types"
136136
],

release/1.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Example A (JSON-LD): An application named [WIDOCO](https://github.com/dgarijo/Wi
100100
```json
101101
{
102102
"@context": [
103-
"https://w3id.org/codemeta/v3.0",
103+
"https://w3id.org/codemeta/3.0",
104104
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
105105
"https://w3id.org/software-types"
106106
],
@@ -130,7 +130,7 @@ Example B: A python package ([Chowlk](https://github.com/oeg-upm/Chowlk)) can be
130130
```json
131131
{
132132
"@context": [
133-
"https://w3id.org/codemeta/v3.0",
133+
"https://w3id.org/codemeta/3.0",
134134
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
135135
"https://w3id.org/software-types"
136136
],

0 commit comments

Comments
 (0)