Skip to content

Commit 9fc3e6d

Browse files
committed
Fix public-repo find endpoint
See eXist-db/public-repo#48
1 parent f655bdd commit 9fc3e6d

File tree

1 file changed

+1
-1
lines changed
  • src/main/xar-resources/data/repo

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
functions. <code>repo:install-and-deploy</code> downloads the specified package from a
465465
public repository. For example, one can install the eXist-db demo apps using the
466466
following call:</para>
467-
<programlisting language="xquery">repo:install-and-deploy("http://exist-db.org/apps/demo", "0.2.2", "http://demo.exist-db.org/exist/apps/public-repo/modules/find.xql")</programlisting>
467+
<programlisting language="xquery">repo:install-and-deploy("http://www.functx.com", "1.0", "https://exist-db.org/exist/apps/public-repo/find")</programlisting>
468468
<para>The first parameter denotes the unique name of the package to install. The second may
469469
contain a specific version or the empty sequence. The third parameter is the URI for the
470470
public repository. The function call will download, install and deploy the package as

0 commit comments

Comments
 (0)