Skip to content

Commit 10df853

Browse files
authored
Update user-guide.md
1 parent 942a60e commit 10df853

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://codemeta.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://github.com/ropensci/codemetar/blob/master/codemeta.json)):
1515
```json
1616
{
1717
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",

0 commit comments

Comments
 (0)