Skip to content

Commit 89560a5

Browse files
committed
[doc] Fix hyperlink
1 parent 1bd9c89 commit 89560a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exist-core/src/main/java/org/exist/xquery/functions/fn/FunSerialize.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private static boolean isSerializationParametersElement(final Item item) {
128128

129129
/**
130130
* Sequence normalization as described in
131-
* <a href="http://www.w3.org/TR/xslt-xquery-serialization-30/#serdm">...</a>
131+
* <a href="http://www.w3.org/TR/xslt-xquery-serialization-30/#serdm">XSLT and XQuery Serialization 3.0 - Sequence Normalization</a>.
132132
*
133133
* @param callingExpr the expression from which the function is called.
134134
* needed for error reporting
@@ -190,4 +190,4 @@ public static Sequence normalize(final Expression callingExpr, final XQueryConte
190190
context.popDocumentContext();
191191
}
192192
}
193-
}
193+
}

0 commit comments

Comments
 (0)