Skip to content

Commit 5c1f6e6

Browse files
authored
Merge pull request #34 from ProgVal/fix-intro-link
Fix link to codemetar's Codemeta intro.
2 parents de4f50d + b100764 commit 5c1f6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can use the [codemeta-generator](https://codemeta.github.io/codemeta-generat
1111

1212
A CodeMeta instance file describes the metadata associated with a software object using JSON's linked data (JSON-LD) notation. A codemeta file can contain any of the properties described on the [CodeMeta terms page](/terms/). Most codemeta files are called `codemeta.json` by convention.
1313

14-
Here is an example of a basic `codemeta.json` that you can put at the root of a Github repo ([link to full example](https://ropensci.github.io/codemetar/articles/codemeta-intro.html)):
14+
Here is an example of a basic `codemeta.json` that you can put at the root of a Github repo ([link to full example](https://codemeta.github.io/codemetar/articles/codemeta-intro.html)):
1515
```json
1616
{
1717
"@context": ["http://schema.org", {"author": {"@id": "schema:author", "@container": "@list"} } ] ,

0 commit comments

Comments
 (0)