Skip to content

Commit deab8e9

Browse files
committed
closes #155
1 parent dcd87be commit deab8e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/xar-resources/data/util.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<para>The util module (function namespace <uri>http://exist-db.org/xquery/util</uri>)
1414
contains a number of common utility functions, such as <command>util:md5</command>,
1515
which can generate md5 hashes. The full list of functions and their documentation is
16-
in the <ulink url="/exist/apps/xqfdocs">Function Documentation Library</ulink>. This
16+
in the <ulink url="/exist/apps/fundocs/">Function Documentation Library</ulink>. This
1717
article discusses some of the highlights and main uses for this module.</para>
1818
</section>
1919
<section id="eval">
@@ -89,7 +89,7 @@ declare function local:do-query() as element() {
8989
</form>
9090
9191
{ local:do-query() }
92-
92+
9393
</body>
9494
</html>]]></programlisting>
9595
</example>
@@ -101,4 +101,4 @@ declare function local:do-query() as element() {
101101
information on how to write web applications using XQuery, go to our <ulink url="devguide.xml">Developer's Guide</ulink>.)</para>
102102
</section>
103103
</chapter>
104-
</book>
104+
</book>

0 commit comments

Comments
 (0)