Skip to content

Commit 40e50da

Browse files
committed
fix(jms): replace filename with code
1 parent 707b1d4 commit 40e50da

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<para>the client accesses the API on localhost</para>
161161
</listitem>
162162
<listitem>
163-
<para>a valid token is provided when accessing the API from a remote IP address. A file containing this token and an example of its use can be found in the eXist data directory at <filename>$(EXIST_HOME)/data/jmxservlet.token</filename>.</para>
163+
<para>a valid token is provided when accessing the API from a remote IP address. A file containing this token and an example of its use can be found in the eXist data directory at <code>$(EXIST_HOME)/data/jmxservlet.token</code>.</para>
164164
</listitem>
165165
</itemizedlist>
166166
</note>

0 commit comments

Comments
 (0)