Skip to content

Commit

Permalink
When using prefix, url refers to hudson instead of jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Aug 12, 2011
1 parent 43d71e1 commit 51cdca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hudsonbook-content/src/main/resources/ch03.xml
Expand Up @@ -444,7 +444,7 @@ jenkins home directory: /home/jenkins/.jenkins
use this option, you can force Jenkins to use whatever context path
suits you, for example:</para>
<screen format="linespecific">$ <userinput moreinfo="none">java -jar jenkins.war --prefix=jenkins</userinput></screen>
<para>In this case, Jenkins will be accessible on <ulink url="http://localhost:8080/hudson"/>.</para>
<para>In this case, Jenkins will be accessible on <ulink url="http://localhost:8080/jenkins"/>.</para>
<para>This option is often used when integrating a stand-alone
instance of Jenkins with Apache.</para>
</listitem>
Expand Down

0 comments on commit 51cdca4

Please sign in to comment.