Skip to content

Commit 7a698ee

Browse files
EchsecutorBigBlueHat
authored andcommitted
fixing dead link in comment
1 parent 316fbc2 commit 7a698ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Quick Examples
139139
# document transformed into a particular tree structure per the given frame
140140
141141
# normalize a document using the RDF Dataset Normalization Algorithm
142-
# (URDNA2015), see: https://json-ld.github.io/normalization/spec/
142+
# (URDNA2015), see: https://json-ld.github.io/rdf-dataset-canonicalization/spec/index.html
143143
normalized = jsonld.normalize(
144144
doc, {'algorithm': 'URDNA2015', 'format': 'application/n-quads'})
145145
# normalized is a string that is a canonical representation of the document

0 commit comments

Comments
 (0)