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 d2973a65 fix a few broken links
     new ce38b397 Merge branch 'master' of github.com:apache/brooklyn-docs
d2973a65 is described below

commit d2973a65c27fb78003064de633b16eef2e954ba2
Author: Alex Heneveld <g...@alex.heneveld.org>
AuthorDate: Mon Jul 22 11:04:22 2024 +0100

    fix a few broken links
---
 guide/blueprints/chef/creating-blueprints.md | 2 +-
 guide/blueprints/winrm/client.md             | 4 ++--
 guide/locations/cloud-credentials.md         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/guide/blueprints/chef/creating-blueprints.md 
b/guide/blueprints/chef/creating-blueprints.md
index 97397b9f..cafb5e1a 100644
--- a/guide/blueprints/chef/creating-blueprints.md
+++ b/guide/blueprints/chef/creating-blueprints.md
@@ -15,7 +15,7 @@ An illustrative example is below:
 *This works without any installation: try it now, copying-and-pasting to the 
Brooklyn console.
 (Don't forget to add your preferred `location: some-cloud` to the spec.)*  
 
-Notice, if you target `google-compute-engine` location, you may need to 
specify `bind_address: 0.0.0.0` for the `mysql` cookbook, as described 
[here](https://github.com/chef-cookbooks/mysql/blob/46dccac22d282a05ee6a401e10ae8f5f8114fd66/README.md#parameters).
+Notice, if you target `google-compute-engine` location, you may need to 
specify `bind_address: 0.0.0.0` for the `mysql` cookbook, as described 
[here](https://github.com/sous-chefs/mysql/blob/main/documentation/resource_mysql_service.md#parameters).
 
 We'll now walk through the important constituent parts,
 and then proceed to describing things which can be done to simplify the 
deployment.
diff --git a/guide/blueprints/winrm/client.md b/guide/blueprints/winrm/client.md
index 24b3fc17..268248c7 100644
--- a/guide/blueprints/winrm/client.md
+++ b/guide/blueprints/winrm/client.md
@@ -5,8 +5,8 @@ layout: website-normal
 
 ## WinRM4j parameters
 
-Check 
[org.apache.brooklyn.location.winrm.WinRmMachineLocation](https://github.com/apache/brooklyn-server/blob/master/software/winrm/src/main/java/org/apache/brooklyn/location/winrm/WinRmMachineLocation.java#L82-L112)
-parameters available for WinRM.
+Per the `ConfigKey` entries in 
[org.apache.brooklyn.location.winrm.WinRmMachineLocation](https://github.com/apache/brooklyn-server/blob/master/software/winrm/src/main/java/org/apache/brooklyn/location/winrm/WinRmMachineLocation.java),
+the parameters available for WinRM are:
 
 * host <String>: Host to connect to (required).Default value `null`
 * port <Integer>: WinRM port to use when connecting to the remote machine.<br>
diff --git a/guide/locations/cloud-credentials.md 
b/guide/locations/cloud-credentials.md
index 36041e0a..6809bbc7 100644
--- a/guide/locations/cloud-credentials.md
+++ b/guide/locations/cloud-credentials.md
@@ -3,4 +3,4 @@ title: More Clouds
 layout: website-normal
 ---
 
-This page has moved. See [More 
Clouds](index.html#more-details-on-specific-clouds) instead.
+This page has moved. See [More 
Clouds](../locations/index.md#more-details-on-specific-clouds) instead.

Reply via email to