Skip to content

Commit b73d729

Browse files
committed
Merge pull request #42 from dizzzz/late_fixes
Late fixes
2 parents b4ae6da + e2301be commit b73d729

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<property file="local.build.properties"/>
44
<property file="build.properties"/>
55
<property name="project.app" value="doc"/>
6-
<property name="project.version" value="0.4.1"/>
6+
<property name="project.version" value="0.4.2"/>
77
<property name="build" value="build"/>
88
<property name="data" value="data"/>
99
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>

data/building.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!-- $Id$ -->
23
<book>
34
<bookinfo>
@@ -43,8 +44,8 @@
4344
<procedure>
4445
<step>
4546
<title>Install the standard distribution</title>
46-
<para>Get a standard distribution from the <ulink url="https://sourceforge.net/projects/exist/files/Stable/2.0/">download
47-
page</ulink> on Sourceforge. Install it into a directory of your choice.
47+
<para>Get a standard distribution from eXist-db <ulink url="http://exist-db.org/exist/apps/homepage/index.html#download">download
48+
page</ulink>. Install it into a directory of your choice.
4849
Make sure you include the <emphasis>source package</emphasis>.</para>
4950
</step>
5051
<step>

data/indexing.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<section>
254254
<title>Check Index Usage</title>
255255
<para>The quickest way to see if an index was used or not is to go to the
256-
<guimenuitem>Query Profiling</guimenuitem> panel in the old <ulink url="../../admin/">admin web application</ulink>.</para>
256+
<guimenuitem>Profiling</guimenuitem> menu item in the <ulink url="{monex}">Monex Monitoring and Profiling application</ulink>.</para>
257257
<procedure>
258258
<step>
259259
<para>Click on <guimenuitem>Enable Tracing</guimenuitem> to enable usage statistics.</para>
@@ -268,7 +268,7 @@
268268
</step>
269269
</procedure>
270270
<figure>
271-
<title>Query Profiling App</title>
271+
<title>Query Profiling</title>
272272
<mediaobject>
273273
<imageobject>
274274
<imagedata fileref="resources/IndexProfiling.png"/>

resources/IndexProfiling.png

-34.5 KB
Loading

0 commit comments

Comments
 (0)