This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ce7829  fix some broken links
     new f2b64cc  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/brooklyn-docs
4ce7829 is described below

commit 4ce78299df197101032039585d9b55e51c5fcf96
Author: Alex Heneveld <[email protected]>
AuthorDate: Sun Sep 5 20:58:08 2021 +0100

    fix some broken links
---
 guide/blueprints/java/topology-dependencies.md           | 4 ++--
 guide/blueprints/winrm/tips.md                           | 2 +-
 guide/ops/troubleshooting/detailed-support-report.md     | 2 +-
 guide/ops/troubleshooting/going-deep-in-java-and-logs.md | 2 +-
 guide/ops/troubleshooting/increase-entropy.md            | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/guide/blueprints/java/topology-dependencies.md 
b/guide/blueprints/java/topology-dependencies.md
index 1d16aed..0f3a88f 100644
--- a/guide/blueprints/java/topology-dependencies.md
+++ b/guide/blueprints/java/topology-dependencies.md
@@ -10,8 +10,8 @@ recommended.
 ## Define your Application Blueprint
 
 The example below creates a three tier web service, composed of an Nginx 
load-balancer, 
-a cluster of Tomcat app-servers, and a MySQL database. It is similar to the 
[YAML policies
-example](/guide/start/policies.md), but also includes the MySQL database
+a cluster of Tomcat app-servers, and a MySQL database. It is similar to the 
+[YAML policies example](/guide/start/policies.md), but also includes the MySQL 
database
 to demonstrate the use of dependent configuration.
 
 {% highlight java %}
diff --git a/guide/blueprints/winrm/tips.md b/guide/blueprints/winrm/tips.md
index e36e79e..5e5f8f9 100644
--- a/guide/blueprints/winrm/tips.md
+++ b/guide/blueprints/winrm/tips.md
@@ -14,7 +14,7 @@ For a given phase, only one of the commands (PowerShell or 
Batch) should be supp
 ### Execution Phases
 
 Bear in mind that 
-the best practices for other entities (e.g. using 
[VanillaSoftwareProcess](/guide/blueprints/custom-entitie.md#vanilla-software-using-bash))
+the best practices for other entities (e.g. using 
[VanillaSoftwareProcess](/guide/blueprints/custom-entities.md#vanilla-software-using-bash))
 apply for WinRM as well.
 
 Blueprint authors are strongly encouraged to provide an implementation for 
install, launch, stop
diff --git a/guide/ops/troubleshooting/detailed-support-report.md 
b/guide/ops/troubleshooting/detailed-support-report.md
index 8cfeeaf..7cbcd85 100644
--- a/guide/ops/troubleshooting/detailed-support-report.md
+++ b/guide/ops/troubleshooting/detailed-support-report.md
@@ -7,7 +7,7 @@ toc: /guide/toc.json
 If you wish to send a detailed report, then depending on the nature of the 
problem, consider 
 collecting the following information.
 
-See [Brooklyn Slow or Unresponse](slow-unresponsive.md) docs for details of 
these commands.
+See [Brooklyn Slow or Unresponsive](slow-unresponsive.md) docs for details of 
these commands.
  
 {% highlight bash %}
 BROOKLYN_HOME=/home/users/brooklyn/apache-brooklyn-0.9.0-bin
diff --git a/guide/ops/troubleshooting/going-deep-in-java-and-logs.md 
b/guide/ops/troubleshooting/going-deep-in-java-and-logs.md
index dc630c1..3f17b83 100644
--- a/guide/ops/troubleshooting/going-deep-in-java-and-logs.md
+++ b/guide/ops/troubleshooting/going-deep-in-java-and-logs.md
@@ -220,7 +220,7 @@ the entity fails to start.
 We can simulate this type of failure by launching Tomcat with an invalid 
configuration file. As seen in the previous
 examples, Brooklyn copies two xml configuration files to the server: 
`server.xml` and `web.xml`
 
-The first few non-comment lines of `server.xml` are as follows (you can see 
the full file [here]({{ site.brooklyn.url.git 
}}/software/webapp/src/main/resources/org/apache/brooklyn/entity/webapp/tomcat/server.xml)):
+The first few non-comment lines of `server.xml`:
 
 {% highlight xml %}
 
diff --git a/guide/ops/troubleshooting/increase-entropy.md 
b/guide/ops/troubleshooting/increase-entropy.md
index 6fc6f8d..176ecf9 100644
--- a/guide/ops/troubleshooting/increase-entropy.md
+++ b/guide/ops/troubleshooting/increase-entropy.md
@@ -74,7 +74,7 @@ The following links contain further information:
 
 * [haveged (another solution) and general info from Digital 
Ocean](https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged)
 * for specific OSs:
-  * [for RHEL or 
CentOS](http://my.itwnik.com/how-to-increase-linux-kernel-entropy/)
+  * [for RHEL or 
CentOS](https://redhatlinux.guru/2016/04/03/increase-system-entropy-on-rhel-centos-6-and-7/)
   * [for 
Ubuntu](http://www.howtoforge.com/helping-the-random-number-generator-to-gain-enough-entropy-with-rng-tools-debian-lenny)
   * [for Alpine](https://wiki.alpinelinux.org/wiki/Entropy_and_randomness)
 

Reply via email to