Skip to content

Commit 9cf3fa0

Browse files
meldraprogval
andauthored
Apply suggestions from code review
Co-authored-by: Val Lorentz <progval+github@progval.net>
1 parent 7633bc2 commit 9cf3fa0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/user-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ the `author` object. For example:
353353

354354
```json
355355
"author": {
356-
"@id": "http://orcid.org/0000-0003-0077-4738",
356+
"id": "http://orcid.org/0000-0003-0077-4738",
357357
"@type": "Person",
358358
"email": "slaughter@nceas.ucsb.edu",
359359
"givenName": "Peter",
@@ -367,7 +367,7 @@ array (`[`, `]`) of objects, as follows:
367367
```json
368368
"author": [
369369
{
370-
"id": "https://orcid.org/0000-0002-0220-0482",
370+
"id": "https://orcid.org/0000-0002-1825-0097",
371371
"type": "Person",
372372
"affiliation": {
373373
"type": "Organization",
@@ -378,7 +378,7 @@ array (`[`, `]`) of objects, as follows:
378378
"givenName": "Bertrand"
379379
},
380380
{
381-
"id": "https://orcid.org/0000-0002-5231-3346",
381+
"id": "https://orcid.org/0000-0002-2771-9344",
382382
"type": "Person",
383383
"affiliation": {
384384
"type": "Organization",
@@ -431,7 +431,7 @@ providing this link.
431431

432432
```
433433

434-
[Full example](https://github.com/oss-slu/Pi4Micronaut/blob/main/codemeta.json).
434+
[Full example](https://github.com/oss-slu/Pi4Micronaut/blob/de4305bec9afe7f7c948e9cc97b9105fd55121f7/codemeta.json).
435435

436436
### Organizations
437437

@@ -484,7 +484,7 @@ root of a code repository:
484484
}
485485
```
486486

487-
([Link to full example](https://github.com/gem-pasteur/macsyfinder/blob/master/codemeta.json)).
487+
([Link to full example](https://github.com/gem-pasteur/macsyfinder/blob/69c22b065065105e6c5ac8dcbff00a804a0a34fc/codemeta.json)).
488488

489489
## Referencing CodeMeta
490490

0 commit comments

Comments
 (0)