Repository: activemq-artemis Updated Branches: refs/heads/master 5f7f0785c -> 9a60baf92
ARTEMIS-863 small tweak on doc Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9a60baf9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9a60baf9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9a60baf9 Branch: refs/heads/master Commit: 9a60baf9237a891c27b572db60501d551c8282b6 Parents: 5f7f078 Author: Clebert Suconic <[email protected]> Authored: Wed Nov 23 14:49:25 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Wed Nov 23 14:49:25 2016 -0500 ---------------------------------------------------------------------- docs/user-manual/en/network-isolation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9a60baf9/docs/user-manual/en/network-isolation.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/network-isolation.md b/docs/user-manual/en/network-isolation.md index acb26ef..38b0d36 100644 --- a/docs/user-manual/en/network-isolation.md +++ b/docs/user-manual/en/network-isolation.md @@ -101,6 +101,6 @@ Once you re establish your network connections towards the configured check list # Warning -> Make sure you understand your network topology as this is meant to validate if your network. +> Make sure you understand your network topology as this is meant to validate your network. > Using IPs that could eventually disappear or be partially visible may defeat > the purpose. -> You can use a list of multiple IPs, and if any successful ping will make the server OK to continue running +> You can use a list of multiple IPs. Any successful ping will make the server OK to continue running
