Skip to content

Commit 74acfc6

Browse files
Echsecutoranatoly-scherbakov
authored andcommitted
fixing another dead link
Co-authored-by: Anatoly Scherbakov <altaisoft@gmail.com>
1 parent 7a698ee commit 74acfc6

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/rdf-dataset-canonicalization/spec/index.html
142+
# (URDNA2015), see: https://www.w3.org/TR/rdf-canon/
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)