You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/11 18:06:40 UTC

[2/3] activemq-artemis git commit: Replace 'activemq' with 'artemis' in README

Replace 'activemq' with 'artemis' in README


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3485355e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3485355e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3485355e

Branch: refs/heads/master
Commit: 3485355ead6ac388fac7117b436cb1bff4e33b16
Parents: 7d393c2
Author: jbertram <jb...@apache.org>
Authored: Mon May 11 10:53:11 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Mon May 11 10:53:11 2015 -0500

----------------------------------------------------------------------
 artemis-distribution/src/main/resources/README.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3485355e/artemis-distribution/src/main/resources/README.html
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html
index 15b7ebf..55c4054 100644
--- a/artemis-distribution/src/main/resources/README.html
+++ b/artemis-distribution/src/main/resources/README.html
@@ -30,7 +30,7 @@ under the License.
 
 <b>Note (Windows users):</b> The broker currently does not support spaces in path names.  For this reason the broker should be placed in a directory with no spaces in it's absolute path.</br></br>
 
-<b>Note (Windows users):</b> Examples below use the shell script `activemq` for use with linux, Windows users should use the `activemq.cmd` script with the same parameters.</br></br>
+<b>Note (Windows users):</b> Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.</br></br>
 
 <h2>Creating a broker</h2>
 
@@ -52,7 +52,7 @@ $ ./artemis run --config scheme:location</br></br>
 
 e.g.</br></br>
 
-$ ./artemis run --config xml:/home/activemq/bootstrap.xml</br></br>
+$ ./artemis run --config xml:/home/artemis/bootstrap.xml</br></br>
 
 The distribution ships with a number of example configurations that can be used to get started.  You can find these under the "config" directory.</br></br>