Skip to content

Commit acaf228

Browse files
authored
Merge pull request #10 from zuphilip/patch-1
Fix two links in developer-guide.md
2 parents 4573375 + 506bc01 commit acaf228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ review the upcoming [User Guide](/user-guide/).
1313

1414
The CodeMeta project strives to promote the citation and reuse of software authored for scientific research by developing a mechanism to assist the transfer of software and software metadata between the entities that author, archive, index and distribute and use the software. Our approach is not to create a new metadata standard or schema, but instead to define a crosswalk between existing software metadata schemas, and to provide a uniform method to package and transfer this metadata between entities.
1515

16-
(A complete description of the CodeMeta project can be found here https://github.com/codemeta/codemeta-paper.)
16+
(A complete description of the CodeMeta project can be found here [https://github.com/codemeta/codemeta-paper](https://github.com/codemeta/codemeta-paper).)
1717

1818
The mechanism to package and transfer software descriptions that the CodeMeta project has adopted uses [JSON-LD](http://json-ld.org/),
1919
which is a W3C standard that enables JSON based documents to be universally understandable and processable
20-
by adhering to principles outlined for linked data](https://en.wikipedia.org/wiki/Linked_data):
20+
by adhering to principles outlined for [linked data](https://en.wikipedia.org/wiki/Linked_data):
2121

2222
- Use URIs to name (identify) resources so that they can be located and retrieved.
2323
- Provide useful information about what a name identifies when it's looked up, using open standards.

0 commit comments

Comments
 (0)